Html Css Color HEX #534430 Deep Bronze

📋 copy color: '#534430'

red 83 ◦ green 68 ◦ blue 48

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

Shades of Deep Bronze #534430

Tints of Deep Bronze #534430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 41.71%
G = 34.17%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#534430 (or 0x534430) is known color: Deep Bronze. HEX triplet: 53, 44 and 30. RGB value is (83,68,48). Sum of RGB (Red+Green+Blue) = 83+68+48=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534430 is #ACBBCF. Grayscale: #464646. Windows color (decimal): -11320272 or 3163219. OLE color: 3163219.

HSL color Cylindrical-coordinate representation of color #534430: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534430 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 48 -
CMYK 0 0.18 0.42 0.67
HSL 34.29º 0.27% 0.26% -
HSV(B) 34.29º 0.42% 0.33% -
XYZ 6.17 6.19 3.67 -
YUV 70.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 83 68 48 0 0.18 0.42 0.67 34.29 0.27 0.26
Hex 53 44 30 0 12 2A 43 22 1B 1A
Octal 123 104 60 0 22 52 103 42 33 32
Binary 1010011 1000100 110000 0 10010 101010 1000011 100010 11011 11010

Color Harmonies of #534430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534430

Black with #534430

Text Example


Text Example

White with #534430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534430; }

 p { color: rgb(83,68,48); }

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

background-color css

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

 a { background-color: rgb(83,68,48); }

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

border-color css

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

 span { border-color: rgb(83,68,48); }

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