#553A35

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

Shades of Van Cleef #553A35

Tints of Van Cleef #553A35

Color information

#553A35 (or 0x553A35) is unknown color: approx Van Cleef. HEX triplet: 55, 3A and 35. RGB value is (85,58,53). Sum of RGB (Red+Green+Blue) = 85+58+53=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #553A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A35 is #AAC5CA. Grayscale: #414141. Windows color (decimal): -11191755 or 3488341. OLE color: 3488341.

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

Color convert

RGB855853-
CMYK00.320.380.67
HSL9.38º23.19%27.06%-
HSV(B)9.38º37.65%33.33%-
XYZ5.95.214.06-
YUV65.5120.95141.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=43.37%
G=29.59%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85585300.320.380.679.3823.1927.06
Hex553A3502026439171b
Octal125726504046103112733
Binary10101011110101101010100000100110100001110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A35; }

 p { color: rgb(85,58,53); }

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

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

 a { background-color: rgb(85,58,53); }

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

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

 span { border-color: rgb(85,58,53); }

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