Html Css Color HEX #5A341F Brown Bramble

📋 copy color: '#5A341F'

red 90 ◦ green 52 ◦ blue 31

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

Shades of Brown Bramble #5A341F

Tints of Brown Bramble #5A341F

RGB

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

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

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

R = 52.02%
G = 30.06%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A341F (or 0x5A341F) is known color: Brown Bramble. HEX triplet: 5A, 34 and 1F. RGB value is (90,52,31). Sum of RGB (Red+Green+Blue) = 90+52+31=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A341F is #A5CBE0. Grayscale: #3D3D3D. Windows color (decimal): -10865633 or 2045018. OLE color: 2045018.

HSL color Cylindrical-coordinate representation of color #5A341F: hue angle of 21.36º 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 #5A341F is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 52 31 -
CMYK 0 0.42 0.66 0.65
HSL 21.36º 0.49% 0.24% -
HSV(B) 21.36º 0.66% 0.35% -
XYZ 5.69 4.73 1.91 -
YUV 60.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 90 52 31 0 0.42 0.66 0.65 21.36 0.49 0.24
Hex 5A 34 1F 0 2A 42 41 15 31 18
Octal 132 64 37 0 52 102 101 25 61 30
Binary 1011010 110100 11111 0 101010 1000010 1000001 10101 110001 11000

Color Harmonies of #5A341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A341F

Black with #5A341F

Text Example


Text Example

White with #5A341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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