Html Css Color HEX #53442E Deep Bronze

📋 copy color: '#53442E'

red 83 ◦ green 68 ◦ blue 46

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

Shades of Deep Bronze #53442E

Tints of Deep Bronze #53442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 42.13%
G = 34.52%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53442E (or 0x53442E) is known color: Deep Bronze. HEX triplet: 53, 44 and 2E. RGB value is (83,68,46). Sum of RGB (Red+Green+Blue) = 83+68+46=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442E is #ACBBD1. Grayscale: #464646. Windows color (decimal): -11320274 or 3032147. OLE color: 3032147.

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

Color convert

RGB 83 68 46 -
CMYK 0 0.18 0.45 0.67
HSL 35.68º 0.29% 0.25% -
HSV(B) 35.68º 0.45% 0.33% -
XYZ 6.13 6.17 3.45 -
YUV 69.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 83 68 46 0 0.18 0.45 0.67 35.68 0.29 0.25
Hex 53 44 2E 0 12 2D 43 24 1D 19
Octal 123 104 56 0 22 55 103 44 35 31
Binary 1010011 1000100 101110 0 10010 101101 1000011 100100 11101 11001

Color Harmonies of #53442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53442E

Black with #53442E

Text Example


Text Example

White with #53442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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