Html Css Color HEX #533B38 Van Cleef

📋 copy color: '#533B38'

red 83 ◦ green 59 ◦ blue 56

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

Shades of Van Cleef #533B38

Tints of Van Cleef #533B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

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

R = 41.92%
G = 29.8%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533B38 (or 0x533B38) is known color: Van Cleef. HEX triplet: 53, 3B and 38. RGB value is (83,59,56). Sum of RGB (Red+Green+Blue) = 83+59+56=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B38 is #ACC4C7. Grayscale: #414141. Windows color (decimal): -11322568 or 3685203. OLE color: 3685203.

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

Color convert

RGB 83 59 56 -
CMYK 0 0.29 0.33 0.67
HSL 6.67º 0.19% 0.27% -
HSV(B) 6.67º 0.33% 0.33% -
XYZ 5.85 5.25 4.45 -
YUV 65.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 83 59 56 0 0.29 0.33 0.67 6.67 0.19 0.27
Hex 53 3B 38 0 1D 21 43 7 13 1B
Octal 123 73 70 0 35 41 103 7 23 33
Binary 1010011 111011 111000 0 11101 100001 1000011 111 10011 11011

Color Harmonies of #533B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B38

Black with #533B38

Text Example


Text Example

White with #533B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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