Html Css Color HEX #53412A Deep Bronze

📋 copy color: '#53412A'

red 83 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #53412A

Tints of Deep Bronze #53412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 43.68%
G = 34.21%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53412A (or 0x53412A) is known color: Deep Bronze. HEX triplet: 53, 41 and 2A. RGB value is (83,65,42). Sum of RGB (Red+Green+Blue) = 83+65+42=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412A is #ACBED5. Grayscale: #434343. Windows color (decimal): -11321046 or 2769235. OLE color: 2769235.

HSL color Cylindrical-coordinate representation of color #53412A: hue angle of 33.66º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53412A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 42 -
CMYK 0 0.22 0.49 0.67
HSL 33.66º 0.33% 0.25% -
HSV(B) 33.66º 0.49% 0.33% -
XYZ 5.88 5.79 3 -
YUV 67.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 83 65 42 0 0.22 0.49 0.67 33.66 0.33 0.25
Hex 53 41 2A 0 16 31 43 22 21 19
Octal 123 101 52 0 26 61 103 42 41 31
Binary 1010011 1000001 101010 0 10110 110001 1000011 100010 100001 11001

Color Harmonies of #53412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53412A

Black with #53412A

Text Example


Text Example

White with #53412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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