Html Css Color HEX #CB7018 Ochre

📋 copy color: '#CB7018'

red 203 ◦ green 112 ◦ blue 24

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

Shades of Ochre #CB7018

Tints of Ochre #CB7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 59.88%
G = 33.04%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7018 (or 0xCB7018) is known color: Ochre. HEX triplet: CB, 70 and 18. RGB value is (203,112,24). Sum of RGB (Red+Green+Blue) = 203+112+24=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7018 is #348FE7. Grayscale: #818181. Windows color (decimal): -3444712 or 1601739. OLE color: 1601739.

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

Color convert

RGB 203 112 24 -
CMYK 0 0.45 0.88 0.20
HSL 29.5º 0.79% 0.45% -
HSV(B) 29.5º 0.88% 0.8% -
XYZ 30.59 24.35 3.95 -
YUV 129.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 203 112 24 0 0.45 0.88 0.20 29.5 0.79 0.45
Hex CB 70 18 0 2D 58 14 1D 4F 2D
Octal 313 160 30 0 55 130 24 35 117 55
Binary 11001011 1110000 11000 0 101101 1011000 10100 11101 1001111 101101

Color Harmonies of #CB7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7018

Black with #CB7018

Text Example


Text Example

White with #CB7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7018; }

 p { color: rgb(203,112,24); }

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

background-color css

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

 a { background-color: rgb(203,112,24); }

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

border-color css

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

 span { border-color: rgb(203,112,24); }

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