Html Css Color HEX #58301C Brown Bramble

📋 copy color: '#58301C'

red 88 ◦ green 48 ◦ blue 28

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

Shades of Brown Bramble #58301C

Tints of Brown Bramble #58301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 53.66%
G = 29.27%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58301C (or 0x58301C) is known color: Brown Bramble. HEX triplet: 58, 30 and 1C. RGB value is (88,48,28). Sum of RGB (Red+Green+Blue) = 88+48+28=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301C is #A7CFE3. Grayscale: #393939. Windows color (decimal): -10997732 or 1847384. OLE color: 1847384.

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

Color convert

RGB 88 48 28 -
CMYK 0 0.45 0.68 0.65
HSL 20º 0.52% 0.23% -
HSV(B) 20º 0.68% 0.35% -
XYZ 5.29 4.27 1.64 -
YUV 57.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 88 48 28 0 0.45 0.68 0.65 20 0.52 0.23
Hex 58 30 1C 0 2D 44 41 14 34 17
Octal 130 60 34 0 55 104 101 24 64 27
Binary 1011000 110000 11100 0 101101 1000100 1000001 10100 110100 10111

Color Harmonies of #58301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301C

Black with #58301C

Text Example


Text Example

White with #58301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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