Html Css Color HEX #CB7309 Ochre

📋 copy color: '#CB7309'

red 203 ◦ green 115 ◦ blue 9

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

Shades of Ochre #CB7309

Tints of Ochre #CB7309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 62.08%
G = 35.17%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB7309 (or 0xCB7309) is known color: Ochre. HEX triplet: CB, 73 and 09. RGB value is (203,115,9). Sum of RGB (Red+Green+Blue) = 203+115+9=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7309 is #348CF6. Grayscale: #818181. Windows color (decimal): -3443959 or 619467. OLE color: 619467.

HSL color Cylindrical-coordinate representation of color #CB7309: hue angle of 32.78º 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 #CB7309 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 9 -
CMYK 0 0.43 0.96 0.20
HSL 32.78º 0.92% 0.42% -
HSV(B) 32.78º 0.96% 0.8% -
XYZ 30.81 24.98 3.46 -
YUV 129.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 203 115 9 0 0.43 0.96 0.20 32.78 0.92 0.42
Hex CB 73 9 0 2B 60 14 21 5C 2A
Octal 313 163 11 0 53 140 24 41 134 52
Binary 11001011 1110011 1001 0 101011 1100000 10100 100001 1011100 101010

Color Harmonies of #CB7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7309

Black with #CB7309

Text Example


Text Example

White with #CB7309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7309; }

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

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

background-color css

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

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

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

border-color css

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

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

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