Html Css Color HEX #533C38 Van Cleef

📋 copy color: '#533C38'

red 83 ◦ green 60 ◦ blue 56

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

Shades of Van Cleef #533C38

Tints of Van Cleef #533C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

 BLUE value IS 56 (22.27% from 255) = 28.14%

R = 41.71%
G = 30.15%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533C38 (or 0x533C38) is known color: Van Cleef. HEX triplet: 53, 3C and 38. RGB value is (83,60,56). Sum of RGB (Red+Green+Blue) = 83+60+56=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C38 is #ACC3C7. Grayscale: #424242. Windows color (decimal): -11322312 or 3685459. OLE color: 3685459.

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

Color convert

RGB 83 60 56 -
CMYK 0 0.28 0.33 0.67
HSL 8.89º 0.19% 0.27% -
HSV(B) 8.89º 0.33% 0.33% -
XYZ 5.9 5.36 4.46 -
YUV 66.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 83 60 56 0 0.28 0.33 0.67 8.89 0.19 0.27
Hex 53 3C 38 0 1C 21 43 9 13 1B
Octal 123 74 70 0 34 41 103 11 23 33
Binary 1010011 111100 111000 0 11100 100001 1000011 1001 10011 11011

Color Harmonies of #533C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C38

Black with #533C38

Text Example


Text Example

White with #533C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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