Html Css Color HEX #53442F Deep Bronze

📋 copy color: '#53442F'

red 83 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #53442F

Tints of Deep Bronze #53442F

RGB

 RED value IS 83 (32.81% from 255) = 41.92%

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 41.92%
G = 34.34%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53442F (or 0x53442F) is known color: Deep Bronze. HEX triplet: 53, 44 and 2F. RGB value is (83,68,47). Sum of RGB (Red+Green+Blue) = 83+68+47=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442F is #ACBBD0. Grayscale: #464646. Windows color (decimal): -11320273 or 3097683. OLE color: 3097683.

HSL color Cylindrical-coordinate representation of color #53442F: hue angle of 35º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53442F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 47 -
CMYK 0 0.18 0.43 0.67
HSL 35º 0.28% 0.25% -
HSV(B) 35º 0.43% 0.33% -
XYZ 6.15 6.18 3.56 -
YUV 70.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 83 68 47 0 0.18 0.43 0.67 35 0.28 0.25
Hex 53 44 2F 0 12 2B 43 23 1C 19
Octal 123 104 57 0 22 53 103 43 34 31
Binary 1010011 1000100 101111 0 10010 101011 1000011 100011 11100 11001

Color Harmonies of #53442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53442F

Black with #53442F

Text Example


Text Example

White with #53442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,68,47); }

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

background-color css

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

 a { background-color: rgb(83,68,47); }

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

border-color css

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

 span { border-color: rgb(83,68,47); }

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