Html Css Color HEX #CA9139 Anzac

📋 copy color: '#CA9139'

red 202 ◦ green 145 ◦ blue 57

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

Shades of Anzac #CA9139

Tints of Anzac #CA9139

RGB

 RED value IS 202 (79.3% from 255) = 50%

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 57 (22.66% from 255) = 14.11%

R = 50%
G = 35.89%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA9139 (or 0xCA9139) is known color: Anzac. HEX triplet: CA, 91 and 39. RGB value is (202,145,57). Sum of RGB (Red+Green+Blue) = 202+145+57=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9139 is #356EC6. Grayscale: #989898. Windows color (decimal): -3501767 or 3772874. OLE color: 3772874.

HSL color Cylindrical-coordinate representation of color #CA9139: hue angle of 36.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA9139 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 57 -
CMYK 0 0.28 0.72 0.21
HSL 36.41º 0.58% 0.51% -
HSV(B) 36.41º 0.72% 0.79% -
XYZ 35.22 33.1 8.4 -
YUV 152.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 202 145 57 0 0.28 0.72 0.21 36.41 0.58 0.51
Hex CA 91 39 0 1C 48 15 24 3A 33
Octal 312 221 71 0 34 110 25 44 72 63
Binary 11001010 10010001 111001 0 11100 1001000 10101 100100 111010 110011

Color Harmonies of #CA9139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9139

Black with #CA9139

Text Example


Text Example

White with #CA9139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9139; }

 p { color: rgb(202,145,57); }

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

background-color css

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

 a { background-color: rgb(202,145,57); }

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

border-color css

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

 span { border-color: rgb(202,145,57); }

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