Html Css Color HEX #CB7819 Ochre

📋 copy color: '#CB7819'

red 203 ◦ green 120 ◦ blue 25

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

Shades of Ochre #CB7819

Tints of Ochre #CB7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 58.33%
G = 34.48%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7819 (or 0xCB7819) is known color: Ochre. HEX triplet: CB, 78 and 19. RGB value is (203,120,25). Sum of RGB (Red+Green+Blue) = 203+120+25=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7819 is #3487E6. Grayscale: #868686. Windows color (decimal): -3442663 or 1669323. OLE color: 1669323.

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

Color convert

RGB 203 120 25 -
CMYK 0 0.41 0.88 0.20
HSL 32.02º 0.78% 0.45% -
HSV(B) 32.02º 0.88% 0.8% -
XYZ 31.52 26.2 4.32 -
YUV 133.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 203 120 25 0 0.41 0.88 0.20 32.02 0.78 0.45
Hex CB 78 19 0 29 58 14 20 4E 2D
Octal 313 170 31 0 51 130 24 40 116 55
Binary 11001011 1111000 11001 0 101001 1011000 10100 100000 1001110 101101

Color Harmonies of #CB7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7819

Black with #CB7819

Text Example


Text Example

White with #CB7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7819; }

 p { color: rgb(203,120,25); }

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

background-color css

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

 a { background-color: rgb(203,120,25); }

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

border-color css

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

 span { border-color: rgb(203,120,25); }

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