Html Css Color HEX #52442F Deep Bronze

📋 copy color: '#52442F'

red 82 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #52442F

Tints of Deep Bronze #52442F

RGB

 RED value IS 82 (32.42% from 255) = 41.62%

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 41.62%
G = 34.52%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52442F (or 0x52442F) is known color: Deep Bronze. HEX triplet: 52, 44 and 2F. RGB value is (82,68,47). Sum of RGB (Red+Green+Blue) = 82+68+47=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442F is #ADBBD0. Grayscale: #454545. Windows color (decimal): -11385809 or 3097682. OLE color: 3097682.

HSL color Cylindrical-coordinate representation of color #52442F: hue angle of 36º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52442F is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 47 -
CMYK 0 0.17 0.43 0.68
HSL 36º 0.27% 0.25% -
HSV(B) 36º 0.43% 0.32% -
XYZ 6.06 6.13 3.55 -
YUV 69.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 82 68 47 0 0.17 0.43 0.68 36 0.27 0.25
Hex 52 44 2F 0 11 2B 44 24 1B 19
Octal 122 104 57 0 21 53 104 44 33 31
Binary 1010010 1000100 101111 0 10001 101011 1000100 100100 11011 11001

Color Harmonies of #52442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52442F

Black with #52442F

Text Example


Text Example

White with #52442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52442F; }

 p { color: rgb(82,68,47); }

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

background-color css

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

 a { background-color: rgb(82,68,47); }

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

border-color css

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

 span { border-color: rgb(82,68,47); }

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