Html Css Color HEX #58301D Brown Bramble

📋 copy color: '#58301D'

red 88 ◦ green 48 ◦ blue 29

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

Shades of Brown Bramble #58301D

Tints of Brown Bramble #58301D

RGB

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

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

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

R = 53.33%
G = 29.09%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58301D (or 0x58301D) is known color: Brown Bramble. HEX triplet: 58, 30 and 1D. RGB value is (88,48,29). Sum of RGB (Red+Green+Blue) = 88+48+29=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301D is #A7CFE2. Grayscale: #393939. Windows color (decimal): -10997731 or 1912920. OLE color: 1912920.

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

Color convert

RGB 88 48 29 -
CMYK 0 0.45 0.67 0.65
HSL 19.32º 0.5% 0.23% -
HSV(B) 19.32º 0.67% 0.35% -
XYZ 5.3 4.28 1.71 -
YUV 57.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 88 48 29 0 0.45 0.67 0.65 19.32 0.5 0.23
Hex 58 30 1D 0 2D 43 41 13 32 17
Octal 130 60 35 0 55 103 101 23 62 27
Binary 1011000 110000 11101 0 101101 1000011 1000001 10011 110010 10111

Color Harmonies of #58301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301D

Black with #58301D

Text Example


Text Example

White with #58301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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