Html Css Color HEX #56331C Brown Bramble

📋 copy color: '#56331C'

red 86 ◦ green 51 ◦ blue 28

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

Shades of Brown Bramble #56331C

Tints of Brown Bramble #56331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 52.12%
G = 30.91%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56331C (or 0x56331C) is known color: Brown Bramble. HEX triplet: 56, 33 and 1C. RGB value is (86,51,28). Sum of RGB (Red+Green+Blue) = 86+51+28=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56331C is #A9CCE3. Grayscale: #3A3A3A. Windows color (decimal): -11128036 or 1848150. OLE color: 1848150.

HSL color Cylindrical-coordinate representation of color #56331C: hue angle of 23.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56331C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 28 -
CMYK 0 0.41 0.67 0.66
HSL 23.79º 0.51% 0.22% -
HSV(B) 23.79º 0.67% 0.34% -
XYZ 5.23 4.43 1.68 -
YUV 58.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 86 51 28 0 0.41 0.67 0.66 23.79 0.51 0.22
Hex 56 33 1C 0 29 43 42 18 33 16
Octal 126 63 34 0 51 103 102 30 63 26
Binary 1010110 110011 11100 0 101001 1000011 1000010 11000 110011 10110

Color Harmonies of #56331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56331C

Black with #56331C

Text Example


Text Example

White with #56331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56331C; }

 p { color: rgb(86,51,28); }

 H1.HeaderClassName
 {
   color: #56331C;
 }
 .AnyTagClassName
 {
   color: #56331C;
 }
</style>

background-color css

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

 a { background-color: rgb(86,51,28); }

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

border-color css

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

 span { border-color: rgb(86,51,28); }

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