Html Css Color HEX #CA7F2F Bronze

📋 copy color: '#CA7F2F'

red 202 ◦ green 127 ◦ blue 47

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

Shades of Bronze #CA7F2F

Tints of Bronze #CA7F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 47 (18.75% from 255) = 12.5%

R = 53.72%
G = 33.78%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA7F2F (or 0xCA7F2F) is known color: Bronze. HEX triplet: CA, 7F and 2F. RGB value is (202,127,47). Sum of RGB (Red+Green+Blue) = 202+127+47=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F2F is #3580D0. Grayscale: #8C8C8C. Windows color (decimal): -3506385 or 3112906. OLE color: 3112906.

HSL color Cylindrical-coordinate representation of color #CA7F2F: hue angle of 30.97º degrees, saturation: 0.62, 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 #CA7F2F is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 47 -
CMYK 0 0.37 0.77 0.21
HSL 30.97º 0.62% 0.49% -
HSV(B) 30.97º 0.77% 0.79% -
XYZ 32.46 27.94 6.37 -
YUV 140.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 202 127 47 0 0.37 0.77 0.21 30.97 0.62 0.49
Hex CA 7F 2F 0 25 4D 15 1F 3E 31
Octal 312 177 57 0 45 115 25 37 76 61
Binary 11001010 1111111 101111 0 100101 1001101 10101 11111 111110 110001

Color Harmonies of #CA7F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F2F

Black with #CA7F2F

Text Example


Text Example

White with #CA7F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F2F; }

 p { color: rgb(202,127,47); }

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

background-color css

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

 a { background-color: rgb(202,127,47); }

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

border-color css

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

 span { border-color: rgb(202,127,47); }

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