Html Css Color HEX #533D3A Van Cleef

📋 copy color: '#533D3A'

red 83 ◦ green 61 ◦ blue 58

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

Shades of Van Cleef #533D3A

Tints of Van Cleef #533D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.2%

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

R = 41.09%
G = 30.2%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#533D3A (or 0x533D3A) is known color: Van Cleef. HEX triplet: 53, 3D and 3A. RGB value is (83,61,58). Sum of RGB (Red+Green+Blue) = 83+61+58=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D3A is #ACC2C5. Grayscale: #434343. Windows color (decimal): -11322054 or 3816787. OLE color: 3816787.

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

Color convert

RGB 83 61 58 -
CMYK 0 0.27 0.30 0.67
HSL 7.2º 0.18% 0.28% -
HSV(B) 7.2º 0.3% 0.33% -
XYZ 6 5.48 4.74 -
YUV 67.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 83 61 58 0 0.27 0.30 0.67 7.2 0.18 0.28
Hex 53 3D 3A 0 1B 1E 43 7 12 1C
Octal 123 75 72 0 33 36 103 7 22 34
Binary 1010011 111101 111010 0 11011 11110 1000011 111 10010 11100

Color Harmonies of #533D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D3A

Black with #533D3A

Text Example


Text Example

White with #533D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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