Html Css Color HEX #52432F Deep Bronze

📋 copy color: '#52432F'

red 82 ◦ green 67 ◦ blue 47

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

Shades of Deep Bronze #52432F

Tints of Deep Bronze #52432F

RGB

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

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

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

R = 41.84%
G = 34.18%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52432F (or 0x52432F) is known color: Deep Bronze. HEX triplet: 52, 43 and 2F. RGB value is (82,67,47). Sum of RGB (Red+Green+Blue) = 82+67+47=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52432F is #ADBCD0. Grayscale: #454545. Windows color (decimal): -11386065 or 3097426. OLE color: 3097426.

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

Color convert

RGB 82 67 47 -
CMYK 0 0.18 0.43 0.68
HSL 34.29º 0.27% 0.25% -
HSV(B) 34.29º 0.43% 0.32% -
XYZ 6 6.01 3.53 -
YUV 69.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 82 67 47 0 0.18 0.43 0.68 34.29 0.27 0.25
Hex 52 43 2F 0 12 2B 44 22 1B 19
Octal 122 103 57 0 22 53 104 42 33 31
Binary 1010010 1000011 101111 0 10010 101011 1000100 100010 11011 11001

Color Harmonies of #52432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52432F

Black with #52432F

Text Example


Text Example

White with #52432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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