Html Css Color HEX #563A1A Brown Bramble

📋 copy color: '#563A1A'

red 86 ◦ green 58 ◦ blue 26

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

Shades of Brown Bramble #563A1A

Tints of Brown Bramble #563A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 50.59%
G = 34.12%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#563A1A (or 0x563A1A) is known color: Brown Bramble. HEX triplet: 56, 3A and 1A. RGB value is (86,58,26). Sum of RGB (Red+Green+Blue) = 86+58+26=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1A is #A9C5E5. Grayscale: #3E3E3E. Windows color (decimal): -11126246 or 1718870. OLE color: 1718870.

HSL color Cylindrical-coordinate representation of color #563A1A: hue angle of 32º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563A1A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 26 -
CMYK 0 0.33 0.70 0.66
HSL 32º 0.54% 0.22% -
HSV(B) 32º 0.7% 0.34% -
XYZ 5.54 5.08 1.67 -
YUV 62.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 86 58 26 0 0.33 0.70 0.66 32 0.54 0.22
Hex 56 3A 1A 0 21 46 42 20 36 16
Octal 126 72 32 0 41 106 102 40 66 26
Binary 1010110 111010 11010 0 100001 1000110 1000010 100000 110110 10110

Color Harmonies of #563A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A1A

Black with #563A1A

Text Example


Text Example

White with #563A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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