#553825

Color #553825 Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #553825

Tints of Carnaby Tan #553825

Color information

#553825 (or 0x553825) is unknown color: approx Carnaby Tan. HEX triplet: 55, 38 and 25. RGB value is (85,56,37). Sum of RGB (Red+Green+Blue) = 85+56+37=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553825 is #AAC7DA. Grayscale: #3E3E3E. Windows color (decimal): -11192283 or 2439253. OLE color: 2439253.

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

Color convert

RGB855637-
CMYK00.340.560.67
HSL23.75º39.34%23.92%-
HSV(B)23.75º56.47%33.33%-
XYZ5.494.892.41-
YUV62.5113.61144.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=47.75%
G=31.46%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85563700.340.560.6723.7539.3423.92
Hex5538250223843182718
Octal125704504270103304730
Binary1010101111000100101010001011100010000111100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553825; }

 p { color: rgb(85,56,37); }

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

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

 a { background-color: rgb(85,56,37); }

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

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

 span { border-color: rgb(85,56,37); }

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