Html Css Color HEX #CA762F Bronze

📋 copy color: '#CA762F'

red 202 ◦ green 118 ◦ blue 47

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

Shades of Bronze #CA762F

Tints of Bronze #CA762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

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

R = 55.04%
G = 32.15%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA762F (or 0xCA762F) is known color: Bronze. HEX triplet: CA, 76 and 2F. RGB value is (202,118,47). Sum of RGB (Red+Green+Blue) = 202+118+47=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA762F is #3589D0. Grayscale: #878787. Windows color (decimal): -3508689 or 3110602. OLE color: 3110602.

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

Color convert

RGB 202 118 47 -
CMYK 0 0.42 0.77 0.21
HSL 27.48º 0.62% 0.49% -
HSV(B) 27.48º 0.77% 0.79% -
XYZ 31.35 25.72 6 -
YUV 135.02 78.33 175.77 -
System Red Green Blue C M Y K H S L
Decimal 202 118 47 0 0.42 0.77 0.21 27.48 0.62 0.49
Hex CA 76 2F 0 2A 4D 15 1B 3E 31
Octal 312 166 57 0 52 115 25 33 76 61
Binary 11001010 1110110 101111 0 101010 1001101 10101 11011 111110 110001

Color Harmonies of #CA762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA762F

Black with #CA762F

Text Example


Text Example

White with #CA762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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