Html Css Color HEX #58321F Brown Bramble

📋 copy color: '#58321F'

red 88 ◦ green 50 ◦ blue 31

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

Shades of Brown Bramble #58321F

Tints of Brown Bramble #58321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 52.07%
G = 29.59%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58321F (or 0x58321F) is known color: Brown Bramble. HEX triplet: 58, 32 and 1F. RGB value is (88,50,31). Sum of RGB (Red+Green+Blue) = 88+50+31=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58321F is #A7CDE0. Grayscale: #3B3B3B. Windows color (decimal): -10997217 or 2044504. OLE color: 2044504.

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

Color convert

RGB 88 50 31 -
CMYK 0 0.43 0.65 0.65
HSL 20º 0.48% 0.23% -
HSV(B) 20º 0.65% 0.35% -
XYZ 5.41 4.45 1.87 -
YUV 59.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 88 50 31 0 0.43 0.65 0.65 20 0.48 0.23
Hex 58 32 1F 0 2B 41 41 14 30 17
Octal 130 62 37 0 53 101 101 24 60 27
Binary 1011000 110010 11111 0 101011 1000001 1000001 10100 110000 10111

Color Harmonies of #58321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58321F

Black with #58321F

Text Example


Text Example

White with #58321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58321F; }

 p { color: rgb(88,50,31); }

 H1.HeaderClassName
 {
   color: #58321F;
 }
 .AnyTagClassName
 {
   color: #58321F;
 }
</style>

background-color css

<style>
 a { background-color: #58321F; }

 a { background-color: rgb(88,50,31); }

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

border-color css

<style>
 span { border-color: #58321F; }

 span { border-color: rgb(88,50,31); }

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