Html Css Color HEX #CA7931 Bronze

📋 copy color: '#CA7931'

red 202 ◦ green 121 ◦ blue 49

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

Shades of Bronze #CA7931

Tints of Bronze #CA7931

RGB

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

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

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

R = 54.3%
G = 32.53%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7931 (or 0xCA7931) is known color: Bronze. HEX triplet: CA, 79 and 31. RGB value is (202,121,49). Sum of RGB (Red+Green+Blue) = 202+121+49=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7931 is #3586CE. Grayscale: #898989. Windows color (decimal): -3507919 or 3242442. OLE color: 3242442.

HSL color Cylindrical-coordinate representation of color #CA7931: hue angle of 28.24º 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 #CA7931 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 49 -
CMYK 0 0.40 0.76 0.21
HSL 28.24º 0.61% 0.49% -
HSV(B) 28.24º 0.76% 0.79% -
XYZ 31.75 26.45 6.34 -
YUV 137.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 202 121 49 0 0.40 0.76 0.21 28.24 0.61 0.49
Hex CA 79 31 0 28 4C 15 1C 3D 31
Octal 312 171 61 0 50 114 25 34 75 61
Binary 11001010 1111001 110001 0 101000 1001100 10101 11100 111101 110001

Color Harmonies of #CA7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7931

Black with #CA7931

Text Example


Text Example

White with #CA7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7931; }

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

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

background-color css

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

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

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

border-color css

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

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

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