Html Css Color HEX #53432C Deep Bronze

📋 copy color: '#53432C'

red 83 ◦ green 67 ◦ blue 44

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

Shades of Deep Bronze #53432C

Tints of Deep Bronze #53432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 42.78%
G = 34.54%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53432C (or 0x53432C) is known color: Deep Bronze. HEX triplet: 53, 43 and 2C. RGB value is (83,67,44). Sum of RGB (Red+Green+Blue) = 83+67+44=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432C is #ACBCD3. Grayscale: #454545. Windows color (decimal): -11320532 or 2900819. OLE color: 2900819.

HSL color Cylindrical-coordinate representation of color #53432C: hue angle of 35.38º 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 #53432C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 44 -
CMYK 0 0.19 0.47 0.67
HSL 35.38º 0.31% 0.25% -
HSV(B) 35.38º 0.47% 0.33% -
XYZ 6.03 6.04 3.23 -
YUV 69.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 83 67 44 0 0.19 0.47 0.67 35.38 0.31 0.25
Hex 53 43 2C 0 13 2F 43 23 1F 19
Octal 123 103 54 0 23 57 103 43 37 31
Binary 1010011 1000011 101100 0 10011 101111 1000011 100011 11111 11001

Color Harmonies of #53432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53432C

Black with #53432C

Text Example


Text Example

White with #53432C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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