Html Css Color HEX #CA792D Bronze

📋 copy color: '#CA792D'

red 202 ◦ green 121 ◦ blue 45

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

Shades of Bronze #CA792D

Tints of Bronze #CA792D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 54.89%
G = 32.88%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA792D (or 0xCA792D) is known color: Bronze. HEX triplet: CA, 79 and 2D. RGB value is (202,121,45). Sum of RGB (Red+Green+Blue) = 202+121+45=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA792D is #3586D2. Grayscale: #888888. Windows color (decimal): -3507923 or 2980298. OLE color: 2980298.

HSL color Cylindrical-coordinate representation of color #CA792D: hue angle of 29.04º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA792D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 45 -
CMYK 0 0.40 0.78 0.21
HSL 29.04º 0.64% 0.48% -
HSV(B) 29.04º 0.78% 0.79% -
XYZ 31.67 26.42 5.91 -
YUV 136.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 202 121 45 0 0.40 0.78 0.21 29.04 0.64 0.48
Hex CA 79 2D 0 28 4E 15 1D 40 30
Octal 312 171 55 0 50 116 25 35 100 60
Binary 11001010 1111001 101101 0 101000 1001110 10101 11101 1000000 110000

Color Harmonies of #CA792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA792D

Black with #CA792D

Text Example


Text Example

White with #CA792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA792D; }

 p { color: rgb(202,121,45); }

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

background-color css

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

 a { background-color: rgb(202,121,45); }

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

border-color css

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

 span { border-color: rgb(202,121,45); }

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