Html Css Color HEX #CB7619 Ochre

📋 copy color: '#CB7619'

red 203 ◦ green 118 ◦ blue 25

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

Shades of Ochre #CB7619

Tints of Ochre #CB7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

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

R = 58.67%
G = 34.1%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB7619 (or 0xCB7619) is known color: Ochre. HEX triplet: CB, 76 and 19. RGB value is (203,118,25). Sum of RGB (Red+Green+Blue) = 203+118+25=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7619 is #3489E6. Grayscale: #858585. Windows color (decimal): -3443175 or 1668811. OLE color: 1668811.

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

Color convert

RGB 203 118 25 -
CMYK 0 0.42 0.88 0.20
HSL 31.35º 0.78% 0.45% -
HSV(B) 31.35º 0.88% 0.8% -
XYZ 31.28 25.72 4.24 -
YUV 132.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 203 118 25 0 0.42 0.88 0.20 31.35 0.78 0.45
Hex CB 76 19 0 2A 58 14 1F 4E 2D
Octal 313 166 31 0 52 130 24 37 116 55
Binary 11001011 1110110 11001 0 101010 1011000 10100 11111 1001110 101101

Color Harmonies of #CB7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7619

Black with #CB7619

Text Example


Text Example

White with #CB7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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