Html Css Color HEX #533C3B Van Cleef

📋 copy color: '#533C3B'

red 83 ◦ green 60 ◦ blue 59

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

Shades of Van Cleef #533C3B

Tints of Van Cleef #533C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 41.09%
G = 29.7%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#533C3B (or 0x533C3B) is known color: Van Cleef. HEX triplet: 53, 3C and 3B. RGB value is (83,60,59). Sum of RGB (Red+Green+Blue) = 83+60+59=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3B is #ACC3C4. Grayscale: #424242. Windows color (decimal): -11322309 or 3882067. OLE color: 3882067.

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

Color convert

RGB 83 60 59 -
CMYK 0 0.28 0.29 0.67
HSL 2.5º 0.17% 0.28% -
HSV(B) 2.5º 0.29% 0.33% -
XYZ 5.97 5.39 4.86 -
YUV 66.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 83 60 59 0 0.28 0.29 0.67 2.5 0.17 0.28
Hex 53 3C 3B 0 1C 1D 43 2 11 1C
Octal 123 74 73 0 34 35 103 2 21 34
Binary 1010011 111100 111011 0 11100 11101 1000011 10 10001 11100

Color Harmonies of #533C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C3B

Black with #533C3B

Text Example


Text Example

White with #533C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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