Html Css Color HEX #534123 Deep Bronze

📋 copy color: '#534123'

red 83 ◦ green 65 ◦ blue 35

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

Shades of Deep Bronze #534123

Tints of Deep Bronze #534123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 45.36%
G = 35.52%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534123 (or 0x534123) is known color: Deep Bronze. HEX triplet: 53, 41 and 23. RGB value is (83,65,35). Sum of RGB (Red+Green+Blue) = 83+65+35=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534123 is #ACBEDC. Grayscale: #434343. Windows color (decimal): -11321053 or 2310483. OLE color: 2310483.

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

Color convert

RGB 83 65 35 -
CMYK 0 0.22 0.58 0.67
HSL 37.5º 0.41% 0.23% -
HSV(B) 37.5º 0.58% 0.33% -
XYZ 5.76 5.74 2.39 -
YUV 66.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 83 65 35 0 0.22 0.58 0.67 37.5 0.41 0.23
Hex 53 41 23 0 16 3A 43 26 29 17
Octal 123 101 43 0 26 72 103 46 51 27
Binary 1010011 1000001 100011 0 10110 111010 1000011 100110 101001 10111

Color Harmonies of #534123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534123

Black with #534123

Text Example


Text Example

White with #534123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534123; }

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

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

background-color css

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

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

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

border-color css

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

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

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