Html Css Color HEX #53422E Deep Bronze

📋 copy color: '#53422E'

red 83 ◦ green 66 ◦ blue 46

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

Shades of Deep Bronze #53422E

Tints of Deep Bronze #53422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

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

R = 42.56%
G = 33.85%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53422E (or 0x53422E) is known color: Deep Bronze. HEX triplet: 53, 42 and 2E. RGB value is (83,66,46). Sum of RGB (Red+Green+Blue) = 83+66+46=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422E is #ACBDD1. Grayscale: #444444. Windows color (decimal): -11320786 or 3031635. OLE color: 3031635.

HSL color Cylindrical-coordinate representation of color #53422E: hue angle of 32.43º 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 #53422E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 46 -
CMYK 0 0.20 0.45 0.67
HSL 32.43º 0.29% 0.25% -
HSV(B) 32.43º 0.45% 0.33% -
XYZ 6.01 5.93 3.41 -
YUV 68.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 83 66 46 0 0.20 0.45 0.67 32.43 0.29 0.25
Hex 53 42 2E 0 14 2D 43 20 1D 19
Octal 123 102 56 0 24 55 103 40 35 31
Binary 1010011 1000010 101110 0 10100 101101 1000011 100000 11101 11001

Color Harmonies of #53422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53422E

Black with #53422E

Text Example


Text Example

White with #53422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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