Html Css Color HEX #CB7509 Ochre

📋 copy color: '#CB7509'

red 203 ◦ green 117 ◦ blue 9

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

Shades of Ochre #CB7509

Tints of Ochre #CB7509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 61.7%
G = 35.56%
B = 2.74%

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

#CB7509 (or 0xCB7509) is known color: Ochre. HEX triplet: CB, 75 and 09. RGB value is (203,117,9). Sum of RGB (Red+Green+Blue) = 203+117+9=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7509 is #348AF6. Grayscale: #828282. Windows color (decimal): -3443447 or 619979. OLE color: 619979.

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

Color convert

RGB 203 117 9 -
CMYK 0 0.42 0.96 0.20
HSL 33.4º 0.92% 0.42% -
HSV(B) 33.4º 0.96% 0.8% -
XYZ 31.04 25.44 3.53 -
YUV 130.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 203 117 9 0 0.42 0.96 0.20 33.4 0.92 0.42
Hex CB 75 9 0 2A 60 14 21 5C 2A
Octal 313 165 11 0 52 140 24 41 134 52
Binary 11001011 1110101 1001 0 101010 1100000 10100 100001 1011100 101010

Color Harmonies of #CB7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7509

Black with #CB7509

Text Example


Text Example

White with #CB7509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7509; }

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

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

background-color css

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

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

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

border-color css

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

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

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