Html Css Color HEX #5A311D Brown Bramble

📋 copy color: '#5A311D'

red 90 ◦ green 49 ◦ blue 29

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

Shades of Brown Bramble #5A311D

Tints of Brown Bramble #5A311D

RGB

 RED value IS 90 (35.55% from 255) = 53.57%

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 53.57%
G = 29.17%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#5A311D (or 0x5A311D) is known color: Brown Bramble. HEX triplet: 5A, 31 and 1D. RGB value is (90,49,29). Sum of RGB (Red+Green+Blue) = 90+49+29=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A311D is #A5CEE2. Grayscale: #3B3B3B. Windows color (decimal): -10866403 or 1913178. OLE color: 1913178.

HSL color Cylindrical-coordinate representation of color #5A311D: hue angle of 19.67º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A311D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 49 29 -
CMYK 0 0.46 0.68 0.65
HSL 19.67º 0.51% 0.23% -
HSV(B) 19.67º 0.68% 0.35% -
XYZ 5.54 4.46 1.73 -
YUV 58.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 90 49 29 0 0.46 0.68 0.65 19.67 0.51 0.23
Hex 5A 31 1D 0 2E 44 41 14 33 17
Octal 132 61 35 0 56 104 101 24 63 27
Binary 1011010 110001 11101 0 101110 1000100 1000001 10100 110011 10111

Color Harmonies of #5A311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A311D

Black with #5A311D

Text Example


Text Example

White with #5A311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,49,29); }

 H1.HeaderClassName
 {
   color: #5A311D;
 }
 .AnyTagClassName
 {
   color: #5A311D;
 }
</style>

background-color css

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

 a { background-color: rgb(90,49,29); }

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

border-color css

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

 span { border-color: rgb(90,49,29); }

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