Html Css Color HEX #CA7E31 Bronze

📋 copy color: '#CA7E31'

red 202 ◦ green 126 ◦ blue 49

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

Shades of Bronze #CA7E31

Tints of Bronze #CA7E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13%

R = 53.58%
G = 33.42%
B = 13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7E31 (or 0xCA7E31) is known color: Bronze. HEX triplet: CA, 7E and 31. RGB value is (202,126,49). Sum of RGB (Red+Green+Blue) = 202+126+49=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E31 is #3581CE. Grayscale: #8C8C8C. Windows color (decimal): -3506639 or 3243722. OLE color: 3243722.

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

Color convert

RGB 202 126 49 -
CMYK 0 0.38 0.76 0.21
HSL 30.2º 0.61% 0.49% -
HSV(B) 30.2º 0.76% 0.79% -
XYZ 32.37 27.7 6.55 -
YUV 139.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 202 126 49 0 0.38 0.76 0.21 30.2 0.61 0.49
Hex CA 7E 31 0 26 4C 15 1E 3D 31
Octal 312 176 61 0 46 114 25 36 75 61
Binary 11001010 1111110 110001 0 100110 1001100 10101 11110 111101 110001

Color Harmonies of #CA7E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E31

Black with #CA7E31

Text Example


Text Example

White with #CA7E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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