Html Css Color HEX #CB7227 Ochre

📋 copy color: '#CB7227'

red 203 ◦ green 114 ◦ blue 39

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

Shades of Ochre #CB7227

Tints of Ochre #CB7227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 57.02%
G = 32.02%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7227 (or 0xCB7227) is known color: Ochre. HEX triplet: CB, 72 and 27. RGB value is (203,114,39). Sum of RGB (Red+Green+Blue) = 203+114+39=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7227 is #348DD8. Grayscale: #848484. Windows color (decimal): -3444185 or 2585291. OLE color: 2585291.

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

Color convert

RGB 203 114 39 -
CMYK 0 0.44 0.81 0.20
HSL 27.44º 0.68% 0.47% -
HSV(B) 27.44º 0.81% 0.8% -
XYZ 31.01 24.88 5.09 -
YUV 132.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 203 114 39 0 0.44 0.81 0.20 27.44 0.68 0.47
Hex CB 72 27 0 2C 51 14 1B 44 2F
Octal 313 162 47 0 54 121 24 33 104 57
Binary 11001011 1110010 100111 0 101100 1010001 10100 11011 1000100 101111

Color Harmonies of #CB7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7227

Black with #CB7227

Text Example


Text Example

White with #CB7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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