Html Css Color HEX #52442E Deep Bronze

📋 copy color: '#52442E'

red 82 ◦ green 68 ◦ blue 46

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

Shades of Deep Bronze #52442E

Tints of Deep Bronze #52442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 41.84%
G = 34.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52442E (or 0x52442E) is known color: Deep Bronze. HEX triplet: 52, 44 and 2E. RGB value is (82,68,46). Sum of RGB (Red+Green+Blue) = 82+68+46=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442E is #ADBBD1. Grayscale: #454545. Windows color (decimal): -11385810 or 3032146. OLE color: 3032146.

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

Color convert

RGB 82 68 46 -
CMYK 0 0.17 0.44 0.68
HSL 36.67º 0.28% 0.25% -
HSV(B) 36.67º 0.44% 0.32% -
XYZ 6.04 6.13 3.45 -
YUV 69.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 82 68 46 0 0.17 0.44 0.68 36.67 0.28 0.25
Hex 52 44 2E 0 11 2C 44 25 1C 19
Octal 122 104 56 0 21 54 104 45 34 31
Binary 1010010 1000100 101110 0 10001 101100 1000100 100101 11100 11001

Color Harmonies of #52442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52442E

Black with #52442E

Text Example


Text Example

White with #52442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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