Html Css Color HEX #CB7719 Ochre

📋 copy color: '#CB7719'

red 203 ◦ green 119 ◦ blue 25

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

Shades of Ochre #CB7719

Tints of Ochre #CB7719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 58.5%
G = 34.29%
B = 7.2%

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

#CB7719 (or 0xCB7719) is known color: Ochre. HEX triplet: CB, 77 and 19. RGB value is (203,119,25). Sum of RGB (Red+Green+Blue) = 203+119+25=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7719 is #3488E6. Grayscale: #858585. Windows color (decimal): -3442919 or 1669067. OLE color: 1669067.

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

Color convert

RGB 203 119 25 -
CMYK 0 0.41 0.88 0.20
HSL 31.69º 0.78% 0.45% -
HSV(B) 31.69º 0.88% 0.8% -
XYZ 31.4 25.96 4.28 -
YUV 133.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 203 119 25 0 0.41 0.88 0.20 31.69 0.78 0.45
Hex CB 77 19 0 29 58 14 20 4E 2D
Octal 313 167 31 0 51 130 24 40 116 55
Binary 11001011 1110111 11001 0 101001 1011000 10100 100000 1001110 101101

Color Harmonies of #CB7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7719

Black with #CB7719

Text Example


Text Example

White with #CB7719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7719; }

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

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

background-color css

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

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

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

border-color css

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

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

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