Html Css Color HEX #CA772E Bronze

📋 copy color: '#CA772E'

red 202 ◦ green 119 ◦ blue 46

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

Shades of Bronze #CA772E

Tints of Bronze #CA772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 55.04%
G = 32.43%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA772E (or 0xCA772E) is known color: Bronze. HEX triplet: CA, 77 and 2E. RGB value is (202,119,46). Sum of RGB (Red+Green+Blue) = 202+119+46=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA772E is #3588D1. Grayscale: #878787. Windows color (decimal): -3508434 or 3045322. OLE color: 3045322.

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

Color convert

RGB 202 119 46 -
CMYK 0 0.41 0.77 0.21
HSL 28.08º 0.63% 0.49% -
HSV(B) 28.08º 0.77% 0.79% -
XYZ 31.45 25.95 5.94 -
YUV 135.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 202 119 46 0 0.41 0.77 0.21 28.08 0.63 0.49
Hex CA 77 2E 0 29 4D 15 1C 3F 31
Octal 312 167 56 0 51 115 25 34 77 61
Binary 11001010 1110111 101110 0 101001 1001101 10101 11100 111111 110001

Color Harmonies of #CA772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA772E

Black with #CA772E

Text Example


Text Example

White with #CA772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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