Html Css Color HEX #58301E Brown Bramble

📋 copy color: '#58301E'

red 88 ◦ green 48 ◦ blue 30

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

Shades of Brown Bramble #58301E

Tints of Brown Bramble #58301E

RGB

 RED value IS 88 (34.77% from 255) = 53.01%

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

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

R = 53.01%
G = 28.92%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58301E (or 0x58301E) is known color: Brown Bramble. HEX triplet: 58, 30 and 1E. RGB value is (88,48,30). Sum of RGB (Red+Green+Blue) = 88+48+30=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301E is #A7CFE1. Grayscale: #3A3A3A. Windows color (decimal): -10997730 or 1978456. OLE color: 1978456.

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

Color convert

RGB 88 48 30 -
CMYK 0 0.45 0.66 0.65
HSL 18.62º 0.49% 0.23% -
HSV(B) 18.62º 0.66% 0.35% -
XYZ 5.32 4.28 1.77 -
YUV 57.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 88 48 30 0 0.45 0.66 0.65 18.62 0.49 0.23
Hex 58 30 1E 0 2D 42 41 13 31 17
Octal 130 60 36 0 55 102 101 23 61 27
Binary 1011000 110000 11110 0 101101 1000010 1000001 10011 110001 10111

Color Harmonies of #58301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301E

Black with #58301E

Text Example


Text Example

White with #58301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58301E; }

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

 H1.HeaderClassName
 {
   color: #58301E;
 }
 .AnyTagClassName
 {
   color: #58301E;
 }
</style>

background-color css

<style>
 a { background-color: #58301E; }

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

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

border-color css

<style>
 span { border-color: #58301E; }

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

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