Html Css Color HEX #524333 Deep Bronze

📋 copy color: '#524333'

red 82 ◦ green 67 ◦ blue 51

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

Shades of Deep Bronze #524333

Tints of Deep Bronze #524333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 41%
G = 33.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524333 (or 0x524333) is known color: Deep Bronze. HEX triplet: 52, 43 and 33. RGB value is (82,67,51). Sum of RGB (Red+Green+Blue) = 82+67+51=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #524333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524333 is #ADBCCC. Grayscale: #454545. Windows color (decimal): -11386061 or 3359570. OLE color: 3359570.

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

Color convert

RGB 82 67 51 -
CMYK 0 0.18 0.38 0.68
HSL 30.97º 0.23% 0.26% -
HSV(B) 30.97º 0.38% 0.32% -
XYZ 6.08 6.05 3.98 -
YUV 69.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 82 67 51 0 0.18 0.38 0.68 30.97 0.23 0.26
Hex 52 43 33 0 12 26 44 1F 17 1A
Octal 122 103 63 0 22 46 104 37 27 32
Binary 1010010 1000011 110011 0 10010 100110 1000100 11111 10111 11010

Color Harmonies of #524333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524333

Black with #524333

Text Example


Text Example

White with #524333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524333; }

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

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

background-color css

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

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

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

border-color css

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

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

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