Html Css Color HEX #53412C Deep Bronze

📋 copy color: '#53412C'

red 83 ◦ green 65 ◦ blue 44

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

Shades of Deep Bronze #53412C

Tints of Deep Bronze #53412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 43.23%
G = 33.85%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53412C (or 0x53412C) is known color: Deep Bronze. HEX triplet: 53, 41 and 2C. RGB value is (83,65,44). Sum of RGB (Red+Green+Blue) = 83+65+44=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412C is #ACBED3. Grayscale: #444444. Windows color (decimal): -11321044 or 2900307. OLE color: 2900307.

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

Color convert

RGB 83 65 44 -
CMYK 0 0.22 0.47 0.67
HSL 32.31º 0.31% 0.25% -
HSV(B) 32.31º 0.47% 0.33% -
XYZ 5.91 5.8 3.19 -
YUV 67.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 83 65 44 0 0.22 0.47 0.67 32.31 0.31 0.25
Hex 53 41 2C 0 16 2F 43 20 1F 19
Octal 123 101 54 0 26 57 103 40 37 31
Binary 1010011 1000001 101100 0 10110 101111 1000011 100000 11111 11001

Color Harmonies of #53412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53412C

Black with #53412C

Text Example


Text Example

White with #53412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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