Html Css Color HEX #CA7932 Bronze

📋 copy color: '#CA7932'

red 202 ◦ green 121 ◦ blue 50

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

Shades of Bronze #CA7932

Tints of Bronze #CA7932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 54.16%
G = 32.44%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA7932 (or 0xCA7932) is known color: Bronze. HEX triplet: CA, 79 and 32. RGB value is (202,121,50). Sum of RGB (Red+Green+Blue) = 202+121+50=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7932 is #3586CD. Grayscale: #898989. Windows color (decimal): -3507918 or 3307978. OLE color: 3307978.

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

Color convert

RGB 202 121 50 -
CMYK 0 0.40 0.75 0.21
HSL 28.03º 0.6% 0.49% -
HSV(B) 28.03º 0.75% 0.79% -
XYZ 31.77 26.46 6.45 -
YUV 137.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 202 121 50 0 0.40 0.75 0.21 28.03 0.6 0.49
Hex CA 79 32 0 28 4B 15 1C 3C 31
Octal 312 171 62 0 50 113 25 34 74 61
Binary 11001010 1111001 110010 0 101000 1001011 10101 11100 111100 110001

Color Harmonies of #CA7932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7932

Black with #CA7932

Text Example


Text Example

White with #CA7932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7932; }

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

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

background-color css

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

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

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

border-color css

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

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

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