Html Css Color HEX #5A301E Brown Bramble

📋 copy color: '#5A301E'

red 90 ◦ green 48 ◦ blue 30

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

Shades of Brown Bramble #5A301E

Tints of Brown Bramble #5A301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 53.57%
G = 28.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A301E (or 0x5A301E) is known color: Brown Bramble. HEX triplet: 5A, 30 and 1E. RGB value is (90,48,30). Sum of RGB (Red+Green+Blue) = 90+48+30=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A301E is #A5CFE1. Grayscale: #3A3A3A. Windows color (decimal): -10866658 or 1978458. OLE color: 1978458.

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

Color convert

RGB 90 48 30 -
CMYK 0 0.47 0.67 0.65
HSL 18º 0.5% 0.24% -
HSV(B) 18º 0.67% 0.35% -
XYZ 5.51 4.38 1.78 -
YUV 58.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 90 48 30 0 0.47 0.67 0.65 18 0.5 0.24
Hex 5A 30 1E 0 2F 43 41 12 32 18
Octal 132 60 36 0 57 103 101 22 62 30
Binary 1011010 110000 11110 0 101111 1000011 1000001 10010 110010 11000

Color Harmonies of #5A301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A301E

Black with #5A301E

Text Example


Text Example

White with #5A301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,30); }

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

background-color css

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

 a { background-color: rgb(90,48,30); }

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

border-color css

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

 span { border-color: rgb(90,48,30); }

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