Html Css Color HEX #58301B Brown Bramble

📋 copy color: '#58301B'

red 88 ◦ green 48 ◦ blue 27

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

Shades of Brown Bramble #58301B

Tints of Brown Bramble #58301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 53.99%
G = 29.45%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58301B (or 0x58301B) is known color: Brown Bramble. HEX triplet: 58, 30 and 1B. RGB value is (88,48,27). Sum of RGB (Red+Green+Blue) = 88+48+27=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301B is #A7CFE4. Grayscale: #393939. Windows color (decimal): -10997733 or 1781848. OLE color: 1781848.

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

Color convert

RGB 88 48 27 -
CMYK 0 0.45 0.69 0.65
HSL 20.66º 0.53% 0.23% -
HSV(B) 20.66º 0.69% 0.35% -
XYZ 5.28 4.27 1.58 -
YUV 57.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 88 48 27 0 0.45 0.69 0.65 20.66 0.53 0.23
Hex 58 30 1B 0 2D 45 41 15 35 17
Octal 130 60 33 0 55 105 101 25 65 27
Binary 1011000 110000 11011 0 101101 1000101 1000001 10101 110101 10111

Color Harmonies of #58301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58301B

Black with #58301B

Text Example


Text Example

White with #58301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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