#5F3822

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

Shades of Carnaby Tan #5F3822

Tints of Carnaby Tan #5F3822

Color information

#5F3822 (or 0x5F3822) is unknown color: approx Carnaby Tan. HEX triplet: 5F, 38 and 22. RGB value is (95,56,34). Sum of RGB (Red+Green+Blue) = 95+56+34=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3822 is #A0C7DD. Grayscale: #414141. Windows color (decimal): -10536926 or 2242655. OLE color: 2242655.

HSL color Cylindrical-coordinate representation of color #5F3822: hue angle of 21.64º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F3822 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB955634-
CMYK00.410.640.63
HSL21.64º47.29%25.29%-
HSV(B)21.64º64.21%37.25%-
XYZ6.425.382.21-
YUV65.15110.42149.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.35%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=51.35%
G=30.27%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95563400.410.640.6321.6447.2925.29
Hex5F3822029403F162f19
Octal137704205110077265731
Binary1011111111000100010010100110000001111111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3822; }

 p { color: rgb(95,56,34); }

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

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

 a { background-color: rgb(95,56,34); }

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

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

 span { border-color: rgb(95,56,34); }

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