Html Css Color HEX #CB8730 Dixie

📋 copy color: '#CB8730'

red 203 ◦ green 135 ◦ blue 48

#CB8730
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #CB8730

Tints of Dixie #CB8730

RGB

 RED value IS 203 (79.69% from 255) = 52.59%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 48 (19.14% from 255) = 12.44%

R = 52.59%
G = 34.97%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB8730 (or 0xCB8730) is known color: Dixie. HEX triplet: CB, 87 and 30. RGB value is (203,135,48). Sum of RGB (Red+Green+Blue) = 203+135+48=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8730 is #3478CF. Grayscale: #919191. Windows color (decimal): -3438800 or 3180491. OLE color: 3180491.

HSL color Cylindrical-coordinate representation of color #CB8730: hue angle of 33.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8730 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 48 -
CMYK 0 0.33 0.76 0.20
HSL 33.68º 0.62% 0.49% -
HSV(B) 33.68º 0.76% 0.8% -
XYZ 33.83 30.24 6.85 -
YUV 145.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 203 135 48 0 0.33 0.76 0.20 33.68 0.62 0.49
Hex CB 87 30 0 21 4C 14 22 3E 31
Octal 313 207 60 0 41 114 24 42 76 61
Binary 11001011 10000111 110000 0 100001 1001100 10100 100010 111110 110001

Color Harmonies of #CB8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8730

Black with #CB8730

Text Example


Text Example

White with #CB8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8730; }

 p { color: rgb(203,135,48); }

 H1.HeaderClassName
 {
   color: #CB8730;
 }
 .AnyTagClassName
 {
   color: #CB8730;
 }
</style>

background-color css

<style>
 a { background-color: #CB8730; }

 a { background-color: rgb(203,135,48); }

 div.DivClassName
 {
   background-color: #CB8730;
 }
 .BgClassName
 {
   background-color: #CB8730;
 }
</style>

border-color css

<style>
 span { border-color: #CB8730; }

 span { border-color: rgb(203,135,48); }

 td.TdClassName
 {
   border-color: #CB8730;
 }
 .TagClassName
 {
   border-color: #CB8730;
 }
</style>