Html Css Color HEX #533835 Van Cleef

📋 copy color: '#533835'

red 83 ◦ green 56 ◦ blue 53

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

Shades of Van Cleef #533835

Tints of Van Cleef #533835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

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

R = 43.23%
G = 29.17%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533835 (or 0x533835) is known color: Van Cleef. HEX triplet: 53, 38 and 35. RGB value is (83,56,53). Sum of RGB (Red+Green+Blue) = 83+56+53=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533835 is #ACC7CA. Grayscale: #3F3F3F. Windows color (decimal): -11323339 or 3487827. OLE color: 3487827.

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

Color convert

RGB 83 56 53 -
CMYK 0 0.33 0.36 0.67
HSL 0.22% 0.27% -
HSV(B) 0.36% 0.33% -
XYZ 5.62 4.92 4.02 -
YUV 63.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 83 56 53 0 0.33 0.36 0.67 6 0.22 0.27
Hex 53 38 35 0 21 24 43 6 16 1B
Octal 123 70 65 0 41 44 103 6 26 33
Binary 1010011 111000 110101 0 100001 100100 1000011 110 10110 11011

Color Harmonies of #533835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533835

Black with #533835

Text Example


Text Example

White with #533835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533835; }

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

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

background-color css

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

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

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

border-color css

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

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

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