Html Css Color HEX #CA7936 Bronze

📋 copy color: '#CA7936'

red 202 ◦ green 121 ◦ blue 54

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

Shades of Bronze #CA7936

Tints of Bronze #CA7936

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 53.58%
G = 32.1%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA7936 (or 0xCA7936) is known color: Bronze. HEX triplet: CA, 79 and 36. RGB value is (202,121,54). Sum of RGB (Red+Green+Blue) = 202+121+54=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7936 is #3586C9. Grayscale: #898989. Windows color (decimal): -3507914 or 3570122. OLE color: 3570122.

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

Color convert

RGB 202 121 54 -
CMYK 0 0.40 0.73 0.21
HSL 27.16º 0.58% 0.5% -
HSV(B) 27.16º 0.73% 0.79% -
XYZ 31.86 26.5 6.93 -
YUV 137.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 202 121 54 0 0.40 0.73 0.21 27.16 0.58 0.5
Hex CA 79 36 0 28 49 15 1B 3A 32
Octal 312 171 66 0 50 111 25 33 72 62
Binary 11001010 1111001 110110 0 101000 1001001 10101 11011 111010 110010

Color Harmonies of #CA7936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7936

Black with #CA7936

Text Example


Text Example

White with #CA7936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7936; }

 p { color: rgb(202,121,54); }

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

background-color css

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

 a { background-color: rgb(202,121,54); }

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

border-color css

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

 span { border-color: rgb(202,121,54); }

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