#CB7226

Color #CB7226 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB7226

Tints of Ochre #CB7226

Color information

#CB7226 (or 0xCB7226) is unknown color: approx Ochre. HEX triplet: CB, 72 and 26. RGB value is (203,114,38). Sum of RGB (Red+Green+Blue) = 203+114+38=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7226 is #348DD9. Grayscale: #848484. Windows color (decimal): -3444186 or 2519755. OLE color: 2519755.

HSL color Cylindrical-coordinate representation of color #CB7226: hue angle of 27.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7226 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20311438-
CMYK00.440.810.20
HSL27.64º68.46%47.25%-
HSV(B)27.64º81.28%79.61%-
XYZ3124.875-
YUV131.9574.99178.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.18%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=57.18%
G=32.11%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031143800.440.810.2027.6468.4647.25
HexCB722602C51141c442f
Octal31316246054121243410457
Binary1100101111100101001100101100101000110100111001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7226; }

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

 H1.HeaderClassName
 {
   color: #CB7226;
 }
 .AnyTagClassName
 {
   color: #CB7226;
 }
</style>
background-color css

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

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

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

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

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

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