#CC8B3B

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

Shades of Anzac #CC8B3B

Tints of Anzac #CC8B3B

Color information

#CC8B3B (or 0xCC8B3B) is unknown color: approx Anzac. HEX triplet: CC, 8B and 3B. RGB value is (204,139,59). Sum of RGB (Red+Green+Blue) = 204+139+59=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B3B is #3374C4. Grayscale: #959595. Windows color (decimal): -3372229 or 3902412. OLE color: 3902412.

HSL color Cylindrical-coordinate representation of color #CC8B3B: hue angle of 33.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC8B3B is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20413959-
CMYK00.320.710.2
HSL33.1º58.7%51.57%-
HSV(B)33.1º71.08%80%-
XYZ34.9231.628.4-
YUV149.3277.03167-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=50.75%
G=34.58%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041395900.320.710.233.158.751.57
HexCC8B3B0204714213b34
Octal3142137304010724417364
Binary11001100100010111110110100000100011110100100001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B3B; }

 p { color: rgb(204,139,59); }

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

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

 a { background-color: rgb(204,139,59); }

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

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

 span { border-color: rgb(204,139,59); }

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