Html Css Color HEX #CB7B19 Ochre

📋 copy color: '#CB7B19'

red 203 ◦ green 123 ◦ blue 25

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

Shades of Ochre #CB7B19

Tints of Ochre #CB7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 57.83%
G = 35.04%
B = 7.12%

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

#CB7B19 (or 0xCB7B19) is known color: Ochre. HEX triplet: CB, 7B and 19. RGB value is (203,123,25). Sum of RGB (Red+Green+Blue) = 203+123+25=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B19 is #3484E6. Grayscale: #888888. Windows color (decimal): -3441895 or 1670091. OLE color: 1670091.

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

Color convert

RGB 203 123 25 -
CMYK 0 0.39 0.88 0.20
HSL 33.03º 0.78% 0.45% -
HSV(B) 33.03º 0.88% 0.8% -
XYZ 31.89 26.93 4.44 -
YUV 135.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 203 123 25 0 0.39 0.88 0.20 33.03 0.78 0.45
Hex CB 7B 19 0 27 58 14 21 4E 2D
Octal 313 173 31 0 47 130 24 41 116 55
Binary 11001011 1111011 11001 0 100111 1011000 10100 100001 1001110 101101

Color Harmonies of #CB7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B19

Black with #CB7B19

Text Example


Text Example

White with #CB7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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