Html Css Color HEX #CB7228 Ochre

📋 copy color: '#CB7228'

red 203 ◦ green 114 ◦ blue 40

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

Shades of Ochre #CB7228

Tints of Ochre #CB7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 56.86%
G = 31.93%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7228 (or 0xCB7228) is known color: Ochre. HEX triplet: CB, 72 and 28. RGB value is (203,114,40). Sum of RGB (Red+Green+Blue) = 203+114+40=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7228 is #348DD7. Grayscale: #848484. Windows color (decimal): -3444184 or 2650827. OLE color: 2650827.

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

Color convert

RGB 203 114 40 -
CMYK 0 0.44 0.80 0.20
HSL 27.24º 0.67% 0.48% -
HSV(B) 27.24º 0.8% 0.8% -
XYZ 31.03 24.88 5.18 -
YUV 132.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 203 114 40 0 0.44 0.80 0.20 27.24 0.67 0.48
Hex CB 72 28 0 2C 50 14 1B 43 30
Octal 313 162 50 0 54 120 24 33 103 60
Binary 11001011 1110010 101000 0 101100 1010000 10100 11011 1000011 110000

Color Harmonies of #CB7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7228

Black with #CB7228

Text Example


Text Example

White with #CB7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7228; }

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

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

background-color css

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

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

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

border-color css

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

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

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