Html Css Color HEX #533C3A Van Cleef

📋 copy color: '#533C3A'

red 83 ◦ green 60 ◦ blue 58

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

Shades of Van Cleef #533C3A

Tints of Van Cleef #533C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 41.29%
G = 29.85%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#533C3A (or 0x533C3A) is known color: Van Cleef. HEX triplet: 53, 3C and 3A. RGB value is (83,60,58). Sum of RGB (Red+Green+Blue) = 83+60+58=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3A is #ACC3C5. Grayscale: #424242. Windows color (decimal): -11322310 or 3816531. OLE color: 3816531.

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

Color convert

RGB 83 60 58 -
CMYK 0 0.28 0.30 0.67
HSL 4.8º 0.18% 0.28% -
HSV(B) 4.8º 0.3% 0.33% -
XYZ 5.95 5.38 4.73 -
YUV 66.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 83 60 58 0 0.28 0.30 0.67 4.8 0.18 0.28
Hex 53 3C 3A 0 1C 1E 43 5 12 1C
Octal 123 74 72 0 34 36 103 5 22 34
Binary 1010011 111100 111010 0 11100 11110 1000011 101 10010 11100

Color Harmonies of #533C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C3A

Black with #533C3A

Text Example


Text Example

White with #533C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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