Html Css Color HEX #52422D Deep Bronze

📋 copy color: '#52422D'

red 82 ◦ green 66 ◦ blue 45

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

Shades of Deep Bronze #52422D

Tints of Deep Bronze #52422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

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

R = 42.49%
G = 34.2%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52422D (or 0x52422D) is known color: Deep Bronze. HEX triplet: 52, 42 and 2D. RGB value is (82,66,45). Sum of RGB (Red+Green+Blue) = 82+66+45=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52422D is #ADBDD2. Grayscale: #444444. Windows color (decimal): -11386323 or 2966098. OLE color: 2966098.

HSL color Cylindrical-coordinate representation of color #52422D: hue angle of 34.05º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52422D is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 45 -
CMYK 0 0.20 0.45 0.68
HSL 34.05º 0.29% 0.25% -
HSV(B) 34.05º 0.45% 0.32% -
XYZ 5.9 5.88 3.31 -
YUV 68.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 82 66 45 0 0.20 0.45 0.68 34.05 0.29 0.25
Hex 52 42 2D 0 14 2D 44 22 1D 19
Octal 122 102 55 0 24 55 104 42 35 31
Binary 1010010 1000010 101101 0 10100 101101 1000100 100010 11101 11001

Color Harmonies of #52422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52422D

Black with #52422D

Text Example


Text Example

White with #52422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52422D; }

 p { color: rgb(82,66,45); }

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

background-color css

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

 a { background-color: rgb(82,66,45); }

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

border-color css

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

 span { border-color: rgb(82,66,45); }

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