Html Css Color HEX #5A331F Brown Bramble

📋 copy color: '#5A331F'

red 90 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #5A331F

Tints of Brown Bramble #5A331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 52.33%
G = 29.65%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A331F (or 0x5A331F) is known color: Brown Bramble. HEX triplet: 5A, 33 and 1F. RGB value is (90,51,31). Sum of RGB (Red+Green+Blue) = 90+51+31=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A331F is #A5CCE0. Grayscale: #3C3C3C. Windows color (decimal): -10865889 or 2044762. OLE color: 2044762.

HSL color Cylindrical-coordinate representation of color #5A331F: hue angle of 20.34º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A331F is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 51 31 -
CMYK 0 0.43 0.66 0.65
HSL 20.34º 0.49% 0.24% -
HSV(B) 20.34º 0.66% 0.35% -
XYZ 5.65 4.64 1.89 -
YUV 60.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 90 51 31 0 0.43 0.66 0.65 20.34 0.49 0.24
Hex 5A 33 1F 0 2B 42 41 14 31 18
Octal 132 63 37 0 53 102 101 24 61 30
Binary 1011010 110011 11111 0 101011 1000010 1000001 10100 110001 11000

Color Harmonies of #5A331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A331F

Black with #5A331F

Text Example


Text Example

White with #5A331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,31); }

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

background-color css

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

 a { background-color: rgb(90,51,31); }

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

border-color css

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

 span { border-color: rgb(90,51,31); }

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