Html Css Color HEX #53412E Deep Bronze

📋 copy color: '#53412E'

red 83 ◦ green 65 ◦ blue 46

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

Shades of Deep Bronze #53412E

Tints of Deep Bronze #53412E

RGB

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

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

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

R = 42.78%
G = 33.51%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#53412E (or 0x53412E) is known color: Deep Bronze. HEX triplet: 53, 41 and 2E. RGB value is (83,65,46). Sum of RGB (Red+Green+Blue) = 83+65+46=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412E is #ACBED1. Grayscale: #444444. Windows color (decimal): -11321042 or 3031379. OLE color: 3031379.

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

Color convert

RGB 83 65 46 -
CMYK 0 0.22 0.45 0.67
HSL 30.81º 0.29% 0.25% -
HSV(B) 30.81º 0.45% 0.33% -
XYZ 5.95 5.82 3.39 -
YUV 68.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 83 65 46 0 0.22 0.45 0.67 30.81 0.29 0.25
Hex 53 41 2E 0 16 2D 43 1F 1D 19
Octal 123 101 56 0 26 55 103 37 35 31
Binary 1010011 1000001 101110 0 10110 101101 1000011 11111 11101 11001

Color Harmonies of #53412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53412E

Black with #53412E

Text Example


Text Example

White with #53412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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