Html Css Color HEX #CB7308 Ochre

📋 copy color: '#CB7308'

red 203 ◦ green 115 ◦ blue 8

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

Shades of Ochre #CB7308

Tints of Ochre #CB7308

RGB

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

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

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

R = 62.27%
G = 35.28%
B = 2.45%

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

#CB7308 (or 0xCB7308) is known color: Ochre. HEX triplet: CB, 73 and 08. RGB value is (203,115,8). Sum of RGB (Red+Green+Blue) = 203+115+8=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7308 is #348CF7. Grayscale: #818181. Windows color (decimal): -3443960 or 553931. OLE color: 553931.

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

Color convert

RGB 203 115 8 -
CMYK 0 0.43 0.96 0.20
HSL 32.92º 0.92% 0.41% -
HSV(B) 32.92º 0.96% 0.8% -
XYZ 30.8 24.98 3.43 -
YUV 129.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 203 115 8 0 0.43 0.96 0.20 32.92 0.92 0.41
Hex CB 73 8 0 2B 60 14 21 5C 29
Octal 313 163 10 0 53 140 24 41 134 51
Binary 11001011 1110011 1000 0 101011 1100000 10100 100001 1011100 101001

Color Harmonies of #CB7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7308

Black with #CB7308

Text Example


Text Example

White with #CB7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7308; }

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

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

background-color css

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

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

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

border-color css

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

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

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