Html Css Color HEX #CB7C18 Ochre

📋 copy color: '#CB7C18'

red 203 ◦ green 124 ◦ blue 24

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

Shades of Ochre #CB7C18

Tints of Ochre #CB7C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 57.83%
G = 35.33%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7C18 (or 0xCB7C18) is known color: Ochre. HEX triplet: CB, 7C and 18. RGB value is (203,124,24). Sum of RGB (Red+Green+Blue) = 203+124+24=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C18 is #3483E7. Grayscale: #888888. Windows color (decimal): -3441640 or 1604811. OLE color: 1604811.

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

Color convert

RGB 203 124 24 -
CMYK 0 0.39 0.88 0.20
HSL 33.52º 0.79% 0.45% -
HSV(B) 33.52º 0.88% 0.8% -
XYZ 32 27.18 4.42 -
YUV 136.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 203 124 24 0 0.39 0.88 0.20 33.52 0.79 0.45
Hex CB 7C 18 0 27 58 14 22 4F 2D
Octal 313 174 30 0 47 130 24 42 117 55
Binary 11001011 1111100 11000 0 100111 1011000 10100 100010 1001111 101101

Color Harmonies of #CB7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C18

Black with #CB7C18

Text Example


Text Example

White with #CB7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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