Html Css Color HEX #CB7928 Ochre

📋 copy color: '#CB7928'

red 203 ◦ green 121 ◦ blue 40

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

Shades of Ochre #CB7928

Tints of Ochre #CB7928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 55.77%
G = 33.24%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7928 (or 0xCB7928) is known color: Ochre. HEX triplet: CB, 79 and 28. RGB value is (203,121,40). Sum of RGB (Red+Green+Blue) = 203+121+40=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7928 is #3486D7. Grayscale: #888888. Windows color (decimal): -3442392 or 2652619. OLE color: 2652619.

HSL color Cylindrical-coordinate representation of color #CB7928: hue angle of 29.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB7928 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 40 -
CMYK 0 0.40 0.80 0.20
HSL 29.82º 0.67% 0.48% -
HSV(B) 29.82º 0.8% 0.8% -
XYZ 31.85 26.52 5.45 -
YUV 136.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 203 121 40 0 0.40 0.80 0.20 29.82 0.67 0.48
Hex CB 79 28 0 28 50 14 1E 43 30
Octal 313 171 50 0 50 120 24 36 103 60
Binary 11001011 1111001 101000 0 101000 1010000 10100 11110 1000011 110000

Color Harmonies of #CB7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7928

Black with #CB7928

Text Example


Text Example

White with #CB7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7928; }

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

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

background-color css

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

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

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

border-color css

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

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

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