Html Css Color HEX #58483A Brown Derby

📋 copy color: '#58483A'

red 88 ◦ green 72 ◦ blue 58

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

Shades of Brown Derby #58483A

Tints of Brown Derby #58483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 40.37%
G = 33.03%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58483A (or 0x58483A) is known color: Brown Derby. HEX triplet: 58, 48 and 3A. RGB value is (88,72,58). Sum of RGB (Red+Green+Blue) = 88+72+58=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483A is #A7B7C5. Grayscale: #4B4B4B. Windows color (decimal): -10991558 or 3819608. OLE color: 3819608.

HSL color Cylindrical-coordinate representation of color #58483A: hue angle of 28º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58483A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 58 -
CMYK 0 0.18 0.34 0.65
HSL 28º 0.21% 0.29% -
HSV(B) 28º 0.34% 0.35% -
XYZ 7.11 7.01 4.98 -
YUV 75.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 88 72 58 0 0.18 0.34 0.65 28 0.21 0.29
Hex 58 48 3A 0 12 22 41 1C 15 1D
Octal 130 110 72 0 22 42 101 34 25 35
Binary 1011000 1001000 111010 0 10010 100010 1000001 11100 10101 11101

Color Harmonies of #58483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58483A

Black with #58483A

Text Example


Text Example

White with #58483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58483A; }

 p { color: rgb(88,72,58); }

 H1.HeaderClassName
 {
   color: #58483A;
 }
 .AnyTagClassName
 {
   color: #58483A;
 }
</style>

background-color css

<style>
 a { background-color: #58483A; }

 a { background-color: rgb(88,72,58); }

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

border-color css

<style>
 span { border-color: #58483A; }

 span { border-color: rgb(88,72,58); }

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