Html Css Color HEX #CB7918 Ochre

📋 copy color: '#CB7918'

red 203 ◦ green 121 ◦ blue 24

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

Shades of Ochre #CB7918

Tints of Ochre #CB7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 58.33%
G = 34.77%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7918 (or 0xCB7918) is known color: Ochre. HEX triplet: CB, 79 and 18. RGB value is (203,121,24). Sum of RGB (Red+Green+Blue) = 203+121+24=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7918 is #3486E7. Grayscale: #868686. Windows color (decimal): -3442408 or 1604043. OLE color: 1604043.

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

Color convert

RGB 203 121 24 -
CMYK 0 0.40 0.88 0.20
HSL 32.51º 0.79% 0.45% -
HSV(B) 32.51º 0.88% 0.8% -
XYZ 31.63 26.44 4.3 -
YUV 134.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 203 121 24 0 0.40 0.88 0.20 32.51 0.79 0.45
Hex CB 79 18 0 28 58 14 21 4F 2D
Octal 313 171 30 0 50 130 24 41 117 55
Binary 11001011 1111001 11000 0 101000 1011000 10100 100001 1001111 101101

Color Harmonies of #CB7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7918

Black with #CB7918

Text Example


Text Example

White with #CB7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7918; }

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

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

background-color css

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

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

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

border-color css

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

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

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