#533434

Color #533434 Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #533434

Tints of Van Cleef #533434

Color information

#533434 (or 0x533434) is unknown color: approx Van Cleef. HEX triplet: 53, 34 and 34. RGB value is (83,52,52). Sum of RGB (Red+Green+Blue) = 83+52+52=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533434 is #ACCBCB. Grayscale: #3D3D3D. Windows color (decimal): -11324364 or 3421267. OLE color: 3421267.

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

Color convert

RGB835252-
CMYK00.370.370.67
HSL22.96%26.47%-
HSV(B)37.35%32.55%-
XYZ5.424.543.84-
YUV61.27122.77143.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=44.39%
G=27.81%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83525200.370.370.67022.9626.47
Hex53343402525430171a
Octal12364640454510302732
Binary10100111101001101000100101100101100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533434; }

 p { color: rgb(83,52,52); }

 H1.HeaderClassName
 {
   color: #533434;
 }
 .AnyTagClassName
 {
   color: #533434;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #533434;
 }
 .BgClassName
 {
   background-color: #533434;
 }
</style>
border-color css

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

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

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