Html Css Color HEX #563A1E Carnaby Tan

📋 copy color: '#563A1E'

red 86 ◦ green 58 ◦ blue 30

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

Shades of Carnaby Tan #563A1E

Tints of Carnaby Tan #563A1E

RGB

 RED value IS 86 (33.98% from 255) = 49.43%

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 49.43%
G = 33.33%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#563A1E (or 0x563A1E) is known color: Carnaby Tan. HEX triplet: 56, 3A and 1E. RGB value is (86,58,30). Sum of RGB (Red+Green+Blue) = 86+58+30=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1E is #A9C5E1. Grayscale: #3F3F3F. Windows color (decimal): -11126242 or 1981014. OLE color: 1981014.

HSL color Cylindrical-coordinate representation of color #563A1E: hue angle of 30º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563A1E is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 30 -
CMYK 0 0.33 0.65 0.66
HSL 30º 0.48% 0.23% -
HSV(B) 30º 0.65% 0.34% -
XYZ 5.59 5.1 1.92 -
YUV 63.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 86 58 30 0 0.33 0.65 0.66 30 0.48 0.23
Hex 56 3A 1E 0 21 41 42 1E 30 17
Octal 126 72 36 0 41 101 102 36 60 27
Binary 1010110 111010 11110 0 100001 1000001 1000010 11110 110000 10111

Color Harmonies of #563A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A1E

Black with #563A1E

Text Example


Text Example

White with #563A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A1E; }

 p { color: rgb(86,58,30); }

 H1.HeaderClassName
 {
   color: #563A1E;
 }
 .AnyTagClassName
 {
   color: #563A1E;
 }
</style>

background-color css

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

 a { background-color: rgb(86,58,30); }

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

border-color css

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

 span { border-color: rgb(86,58,30); }

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