#CA9541

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

Shades of Anzac #CA9541

Tints of Anzac #CA9541

Color information

#CA9541 (or 0xCA9541) is unknown color: approx Anzac. HEX triplet: CA, 95 and 41. RGB value is (202,149,65). Sum of RGB (Red+Green+Blue) = 202+149+65=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9541 is #356ABE. Grayscale: #9B9B9B. Windows color (decimal): -3500735 or 4298186. OLE color: 4298186.

HSL color Cylindrical-coordinate representation of color #CA9541: hue angle of 36.79º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9541 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20214965-
CMYK00.260.680.21
HSL36.79º56.38%52.35%-
HSV(B)36.79º67.82%79.22%-
XYZ36.0634.439.75-
YUV155.2777.06161.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=48.56%
G=35.82%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021496500.260.680.2136.7956.3852.35
HexCA954101A4415253834
Octal31222510103210425457064
Binary11001010100101011000001011010100010010101100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9541; }

 p { color: rgb(202,149,65); }

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

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

 a { background-color: rgb(202,149,65); }

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

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

 span { border-color: rgb(202,149,65); }

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