Html Css Color HEX #533D35 Very Dark Brown

📋 copy color: '#533D35'

red 83 ◦ green 61 ◦ blue 53

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

Shades of Very Dark Brown #533D35

Tints of Very Dark Brown #533D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 42.13%
G = 30.96%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533D35 (or 0x533D35) is known color: Very Dark Brown. HEX triplet: 53, 3D and 35. RGB value is (83,61,53). Sum of RGB (Red+Green+Blue) = 83+61+53=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D35 is #ACC2CA. Grayscale: #424242. Windows color (decimal): -11322059 or 3489107. OLE color: 3489107.

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

Color convert

RGB 83 61 53 -
CMYK 0 0.27 0.36 0.67
HSL 16º 0.22% 0.27% -
HSV(B) 16º 0.36% 0.33% -
XYZ 5.88 5.43 4.11 -
YUV 66.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 83 61 53 0 0.27 0.36 0.67 16 0.22 0.27
Hex 53 3D 35 0 1B 24 43 10 16 1B
Octal 123 75 65 0 33 44 103 20 26 33
Binary 1010011 111101 110101 0 11011 100100 1000011 10000 10110 11011

Color Harmonies of #533D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D35

Black with #533D35

Text Example


Text Example

White with #533D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,53); }

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

background-color css

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

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

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

border-color css

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

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

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