Html Css Color HEX #524122 Deep Bronze

📋 copy color: '#524122'

red 82 ◦ green 65 ◦ blue 34

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

Shades of Deep Bronze #524122

Tints of Deep Bronze #524122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 45.3%
G = 35.91%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#524122 (or 0x524122) is known color: Deep Bronze. HEX triplet: 52, 41 and 22. RGB value is (82,65,34). Sum of RGB (Red+Green+Blue) = 82+65+34=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524122 is #ADBEDD. Grayscale: #424242. Windows color (decimal): -11386590 or 2244946. OLE color: 2244946.

HSL color Cylindrical-coordinate representation of color #524122: hue angle of 38.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524122 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 34 -
CMYK 0 0.21 0.59 0.68
HSL 38.75º 0.41% 0.23% -
HSV(B) 38.75º 0.59% 0.32% -
XYZ 5.66 5.69 2.31 -
YUV 66.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 82 65 34 0 0.21 0.59 0.68 38.75 0.41 0.23
Hex 52 41 22 0 15 3B 44 27 29 17
Octal 122 101 42 0 25 73 104 47 51 27
Binary 1010010 1000001 100010 0 10101 111011 1000100 100111 101001 10111

Color Harmonies of #524122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524122

Black with #524122

Text Example


Text Example

White with #524122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524122; }

 p { color: rgb(82,65,34); }

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

background-color css

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

 a { background-color: rgb(82,65,34); }

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

border-color css

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

 span { border-color: rgb(82,65,34); }

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