Html Css Color HEX #533E1E Deep Bronze

📋 copy color: '#533E1E'

red 83 ◦ green 62 ◦ blue 30

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

Shades of Deep Bronze #533E1E

Tints of Deep Bronze #533E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 47.43%
G = 35.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#533E1E (or 0x533E1E) is known color: Deep Bronze. HEX triplet: 53, 3E and 1E. RGB value is (83,62,30). Sum of RGB (Red+Green+Blue) = 83+62+30=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #533E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E1E is #ACC1E1. Grayscale: #404040. Windows color (decimal): -11321826 or 1982035. OLE color: 1982035.

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

Color convert

RGB 83 62 30 -
CMYK 0 0.25 0.64 0.67
HSL 36.23º 0.47% 0.22% -
HSV(B) 36.23º 0.64% 0.33% -
XYZ 5.52 5.38 1.98 -
YUV 64.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 83 62 30 0 0.25 0.64 0.67 36.23 0.47 0.22
Hex 53 3E 1E 0 19 40 43 24 2F 16
Octal 123 76 36 0 31 100 103 44 57 26
Binary 1010011 111110 11110 0 11001 1000000 1000011 100100 101111 10110

Color Harmonies of #533E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E1E

Black with #533E1E

Text Example


Text Example

White with #533E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E1E; }

 p { color: rgb(83,62,30); }

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

background-color css

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

 a { background-color: rgb(83,62,30); }

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

border-color css

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

 span { border-color: rgb(83,62,30); }

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