#CC772A

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

Shades of Ochre #CC772A

Tints of Ochre #CC772A

Color information

#CC772A (or 0xCC772A) is unknown color: approx Ochre. HEX triplet: CC, 77 and 2A. RGB value is (204,119,42). Sum of RGB (Red+Green+Blue) = 204+119+42=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC772A is #3388D5. Grayscale: #888888. Windows color (decimal): -3377366 or 2783180. OLE color: 2783180.

HSL color Cylindrical-coordinate representation of color #CC772A: hue angle of 28.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC772A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20411942-
CMYK00.420.790.2
HSL28.52º65.85%48.24%-
HSV(B)28.52º79.41%80%-
XYZ31.9226.25.57-
YUV135.6475.16176.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=55.89%
G=32.60%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041194200.420.790.228.5265.8548.24
HexCC772A02A4F141d4230
Octal31416752052117243510260
Binary1100110011101111010100101010100111110100111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC772A; }

 p { color: rgb(204,119,42); }

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

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

 a { background-color: rgb(204,119,42); }

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

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

 span { border-color: rgb(204,119,42); }

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