Html Css Color HEX #CA742F Bronze

📋 copy color: '#CA742F'

red 202 ◦ green 116 ◦ blue 47

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

Shades of Bronze #CA742F

Tints of Bronze #CA742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 55.34%
G = 31.78%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA742F (or 0xCA742F) is known color: Bronze. HEX triplet: CA, 74 and 2F. RGB value is (202,116,47). Sum of RGB (Red+Green+Blue) = 202+116+47=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA742F is #358BD0. Grayscale: #868686. Windows color (decimal): -3509201 or 3110090. OLE color: 3110090.

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

Color convert

RGB 202 116 47 -
CMYK 0 0.43 0.77 0.21
HSL 26.71º 0.62% 0.49% -
HSV(B) 26.71º 0.77% 0.79% -
XYZ 31.12 25.25 5.92 -
YUV 133.85 78.99 176.61 -
System Red Green Blue C M Y K H S L
Decimal 202 116 47 0 0.43 0.77 0.21 26.71 0.62 0.49
Hex CA 74 2F 0 2B 4D 15 1B 3E 31
Octal 312 164 57 0 53 115 25 33 76 61
Binary 11001010 1110100 101111 0 101011 1001101 10101 11011 111110 110001

Color Harmonies of #CA742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA742F

Black with #CA742F

Text Example


Text Example

White with #CA742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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