Html Css Color HEX #533E3E Woody Brown

📋 copy color: '#533E3E'

red 83 ◦ green 62 ◦ blue 62

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

Shades of Woody Brown #533E3E

Tints of Woody Brown #533E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 40.1%
G = 29.95%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#533E3E (or 0x533E3E) is known color: Woody Brown. HEX triplet: 53, 3E and 3E. RGB value is (83,62,62). Sum of RGB (Red+Green+Blue) = 83+62+62=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3E is #ACC1C1. Grayscale: #444444. Windows color (decimal): -11321794 or 4079187. OLE color: 4079187.

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

Color convert

RGB 83 62 62 -
CMYK 0 0.25 0.25 0.67
HSL 0.14% 0.28% -
HSV(B) 0.25% 0.33% -
XYZ 6.16 5.63 5.32 -
YUV 68.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 83 62 62 0 0.25 0.25 0.67 0 0.14 0.28
Hex 53 3E 3E 0 19 19 43 0 E 1C
Octal 123 76 76 0 31 31 103 0 16 34
Binary 1010011 111110 111110 0 11001 11001 1000011 0 1110 11100

Color Harmonies of #533E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E3E

Black with #533E3E

Text Example


Text Example

White with #533E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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