Html Css Color HEX #52432D Deep Bronze

📋 copy color: '#52432D'

red 82 ◦ green 67 ◦ blue 45

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

Shades of Deep Bronze #52432D

Tints of Deep Bronze #52432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 42.27%
G = 34.54%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52432D (or 0x52432D) is known color: Deep Bronze. HEX triplet: 52, 43 and 2D. RGB value is (82,67,45). Sum of RGB (Red+Green+Blue) = 82+67+45=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432D is #ADBCD2. Grayscale: #454545. Windows color (decimal): -11386067 or 2966354. OLE color: 2966354.

HSL color Cylindrical-coordinate representation of color #52432D: hue angle of 35.68º 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 #52432D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 45 -
CMYK 0 0.18 0.45 0.68
HSL 35.68º 0.29% 0.25% -
HSV(B) 35.68º 0.45% 0.32% -
XYZ 5.96 6 3.33 -
YUV 68.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 82 67 45 0 0.18 0.45 0.68 35.68 0.29 0.25
Hex 52 43 2D 0 12 2D 44 24 1D 19
Octal 122 103 55 0 22 55 104 44 35 31
Binary 1010010 1000011 101101 0 10010 101101 1000100 100100 11101 11001

Color Harmonies of #52432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52432D

Black with #52432D

Text Example


Text Example

White with #52432D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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