Html Css Color HEX #533A38 Van Cleef

📋 copy color: '#533A38'

red 83 ◦ green 58 ◦ blue 56

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

Shades of Van Cleef #533A38

Tints of Van Cleef #533A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

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

R = 42.13%
G = 29.44%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#533A38 (or 0x533A38) is known color: Van Cleef. HEX triplet: 53, 3A and 38. RGB value is (83,58,56). Sum of RGB (Red+Green+Blue) = 83+58+56=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A38 is #ACC5C7. Grayscale: #414141. Windows color (decimal): -11322824 or 3684947. OLE color: 3684947.

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

Color convert

RGB 83 58 56 -
CMYK 0 0.30 0.33 0.67
HSL 4.44º 0.19% 0.27% -
HSV(B) 4.44º 0.33% 0.33% -
XYZ 5.79 5.15 4.43 -
YUV 65.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 83 58 56 0 0.30 0.33 0.67 4.44 0.19 0.27
Hex 53 3A 38 0 1E 21 43 4 13 1B
Octal 123 72 70 0 36 41 103 4 23 33
Binary 1010011 111010 111000 0 11110 100001 1000011 100 10011 11011

Color Harmonies of #533A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A38

Black with #533A38

Text Example


Text Example

White with #533A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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