Html Css Color HEX #CA7E34 Bronze

📋 copy color: '#CA7E34'

red 202 ◦ green 126 ◦ blue 52

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

Shades of Bronze #CA7E34

Tints of Bronze #CA7E34

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 53.16%
G = 33.16%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA7E34 (or 0xCA7E34) is known color: Bronze. HEX triplet: CA, 7E and 34. RGB value is (202,126,52). Sum of RGB (Red+Green+Blue) = 202+126+52=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E34 is #3581CB. Grayscale: #8C8C8C. Windows color (decimal): -3506636 or 3440330. OLE color: 3440330.

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

Color convert

RGB 202 126 52 -
CMYK 0 0.38 0.74 0.21
HSL 29.6º 0.59% 0.5% -
HSV(B) 29.6º 0.74% 0.79% -
XYZ 32.44 27.73 6.89 -
YUV 140.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 202 126 52 0 0.38 0.74 0.21 29.6 0.59 0.5
Hex CA 7E 34 0 26 4A 15 1E 3B 32
Octal 312 176 64 0 46 112 25 36 73 62
Binary 11001010 1111110 110100 0 100110 1001010 10101 11110 111011 110010

Color Harmonies of #CA7E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E34

Black with #CA7E34

Text Example


Text Example

White with #CA7E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E34; }

 p { color: rgb(202,126,52); }

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

background-color css

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

 a { background-color: rgb(202,126,52); }

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

border-color css

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

 span { border-color: rgb(202,126,52); }

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