Html Css Color HEX #534130 Deep Bronze

📋 copy color: '#534130'

red 83 ◦ green 65 ◦ blue 48

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

Shades of Deep Bronze #534130

Tints of Deep Bronze #534130

RGB

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

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

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

R = 42.35%
G = 33.16%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#534130 (or 0x534130) is known color: Deep Bronze. HEX triplet: 53, 41 and 30. RGB value is (83,65,48). Sum of RGB (Red+Green+Blue) = 83+65+48=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534130 is #ACBECF. Grayscale: #444444. Windows color (decimal): -11321040 or 3162451. OLE color: 3162451.

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

Color convert

RGB 83 65 48 -
CMYK 0 0.22 0.42 0.67
HSL 29.14º 0.27% 0.26% -
HSV(B) 29.14º 0.42% 0.33% -
XYZ 5.99 5.83 3.61 -
YUV 68.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 83 65 48 0 0.22 0.42 0.67 29.14 0.27 0.26
Hex 53 41 30 0 16 2A 43 1D 1B 1A
Octal 123 101 60 0 26 52 103 35 33 32
Binary 1010011 1000001 110000 0 10110 101010 1000011 11101 11011 11010

Color Harmonies of #534130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534130

Black with #534130

Text Example


Text Example

White with #534130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534130; }

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

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

background-color css

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

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

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

border-color css

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

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

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