Html Css Color HEX #56341D Brown Bramble

📋 copy color: '#56341D'

red 86 ◦ green 52 ◦ blue 29

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

Shades of Brown Bramble #56341D

Tints of Brown Bramble #56341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 51.5%
G = 31.14%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56341D (or 0x56341D) is known color: Brown Bramble. HEX triplet: 56, 34 and 1D. RGB value is (86,52,29). Sum of RGB (Red+Green+Blue) = 86+52+29=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56341D is #A9CBE2. Grayscale: #3B3B3B. Windows color (decimal): -11127779 or 1913942. OLE color: 1913942.

HSL color Cylindrical-coordinate representation of color #56341D: hue angle of 24.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56341D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 29 -
CMYK 0 0.40 0.66 0.66
HSL 24.21º 0.5% 0.23% -
HSV(B) 24.21º 0.66% 0.34% -
XYZ 5.29 4.52 1.76 -
YUV 59.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 86 52 29 0 0.40 0.66 0.66 24.21 0.5 0.23
Hex 56 34 1D 0 28 42 42 18 32 17
Octal 126 64 35 0 50 102 102 30 62 27
Binary 1010110 110100 11101 0 101000 1000010 1000010 11000 110010 10111

Color Harmonies of #56341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56341D

Black with #56341D

Text Example


Text Example

White with #56341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56341D; }

 p { color: rgb(86,52,29); }

 H1.HeaderClassName
 {
   color: #56341D;
 }
 .AnyTagClassName
 {
   color: #56341D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,52,29); }

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

border-color css

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

 span { border-color: rgb(86,52,29); }

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