Html Css Color HEX #CA782F Bronze

📋 copy color: '#CA782F'

red 202 ◦ green 120 ◦ blue 47

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

Shades of Bronze #CA782F

Tints of Bronze #CA782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 54.74%
G = 32.52%
B = 12.74%

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

#CA782F (or 0xCA782F) is known color: Bronze. HEX triplet: CA, 78 and 2F. RGB value is (202,120,47). Sum of RGB (Red+Green+Blue) = 202+120+47=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA782F is #3587D0. Grayscale: #888888. Windows color (decimal): -3508177 or 3111114. OLE color: 3111114.

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

Color convert

RGB 202 120 47 -
CMYK 0 0.41 0.77 0.21
HSL 28.26º 0.62% 0.49% -
HSV(B) 28.26º 0.77% 0.79% -
XYZ 31.59 26.19 6.08 -
YUV 136.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 202 120 47 0 0.41 0.77 0.21 28.26 0.62 0.49
Hex CA 78 2F 0 29 4D 15 1C 3E 31
Octal 312 170 57 0 51 115 25 34 76 61
Binary 11001010 1111000 101111 0 101001 1001101 10101 11100 111110 110001

Color Harmonies of #CA782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA782F

Black with #CA782F

Text Example


Text Example

White with #CA782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA782F; }

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

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

background-color css

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

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

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

border-color css

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

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

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