Html Css Color HEX #CB7508 Ochre

📋 copy color: '#CB7508'

red 203 ◦ green 117 ◦ blue 8

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

Shades of Ochre #CB7508

Tints of Ochre #CB7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 61.89%
G = 35.67%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB7508 (or 0xCB7508) is known color: Ochre. HEX triplet: CB, 75 and 08. RGB value is (203,117,8). Sum of RGB (Red+Green+Blue) = 203+117+8=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7508 is #348AF7. Grayscale: #828282. Windows color (decimal): -3443448 or 554443. OLE color: 554443.

HSL color Cylindrical-coordinate representation of color #CB7508: hue angle of 33.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB7508 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 8 -
CMYK 0 0.42 0.96 0.20
HSL 33.54º 0.92% 0.41% -
HSV(B) 33.54º 0.96% 0.8% -
XYZ 31.03 25.44 3.5 -
YUV 130.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 203 117 8 0 0.42 0.96 0.20 33.54 0.92 0.41
Hex CB 75 8 0 2A 60 14 22 5C 29
Octal 313 165 10 0 52 140 24 42 134 51
Binary 11001011 1110101 1000 0 101010 1100000 10100 100010 1011100 101001

Color Harmonies of #CB7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7508

Black with #CB7508

Text Example


Text Example

White with #CB7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7508; }

 p { color: rgb(203,117,8); }

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

background-color css

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

 a { background-color: rgb(203,117,8); }

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

border-color css

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

 span { border-color: rgb(203,117,8); }

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