Html Css Color HEX #CA7731 Bronze

📋 copy color: '#CA7731'

red 202 ◦ green 119 ◦ blue 49

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

Shades of Bronze #CA7731

Tints of Bronze #CA7731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 54.59%
G = 32.16%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7731 (or 0xCA7731) is known color: Bronze. HEX triplet: CA, 77 and 31. RGB value is (202,119,49). Sum of RGB (Red+Green+Blue) = 202+119+49=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7731 is #3588CE. Grayscale: #888888. Windows color (decimal): -3508431 or 3241930. OLE color: 3241930.

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

Color convert

RGB 202 119 49 -
CMYK 0 0.41 0.76 0.21
HSL 27.45º 0.61% 0.49% -
HSV(B) 27.45º 0.76% 0.79% -
XYZ 31.51 25.97 6.26 -
YUV 135.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 202 119 49 0 0.41 0.76 0.21 27.45 0.61 0.49
Hex CA 77 31 0 29 4C 15 1B 3D 31
Octal 312 167 61 0 51 114 25 33 75 61
Binary 11001010 1110111 110001 0 101001 1001100 10101 11011 111101 110001

Color Harmonies of #CA7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7731

Black with #CA7731

Text Example


Text Example

White with #CA7731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7731; }

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

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

background-color css

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

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

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

border-color css

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

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

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