Html Css Color HEX #CB7B12 Ochre

📋 copy color: '#CB7B12'

red 203 ◦ green 123 ◦ blue 18

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

Shades of Ochre #CB7B12

Tints of Ochre #CB7B12

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 59.01%
G = 35.76%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7B12 (or 0xCB7B12) is known color: Ochre. HEX triplet: CB, 7B and 12. RGB value is (203,123,18). Sum of RGB (Red+Green+Blue) = 203+123+18=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B12 is #3484ED. Grayscale: #878787. Windows color (decimal): -3441902 or 1211339. OLE color: 1211339.

HSL color Cylindrical-coordinate representation of color #CB7B12: hue angle of 34.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7B12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 123 18 -
CMYK 0 0.39 0.91 0.20
HSL 34.05º 0.84% 0.43% -
HSV(B) 34.05º 0.91% 0.8% -
XYZ 31.82 26.91 4.09 -
YUV 134.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 203 123 18 0 0.39 0.91 0.20 34.05 0.84 0.43
Hex CB 7B 12 0 27 5B 14 22 54 2B
Octal 313 173 22 0 47 133 24 42 124 53
Binary 11001011 1111011 10010 0 100111 1011011 10100 100010 1010100 101011

Color Harmonies of #CB7B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B12

Black with #CB7B12

Text Example


Text Example

White with #CB7B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B12; }

 p { color: rgb(203,123,18); }

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

background-color css

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

 a { background-color: rgb(203,123,18); }

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

border-color css

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

 span { border-color: rgb(203,123,18); }

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