Html Css Color HEX #58483C Brown Derby

📋 copy color: '#58483C'

red 88 ◦ green 72 ◦ blue 60

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

Shades of Brown Derby #58483C

Tints of Brown Derby #58483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 40%
G = 32.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58483C (or 0x58483C) is known color: Brown Derby. HEX triplet: 58, 48 and 3C. RGB value is (88,72,60). Sum of RGB (Red+Green+Blue) = 88+72+60=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483C is #A7B7C3. Grayscale: #4B4B4B. Windows color (decimal): -10991556 or 3950680. OLE color: 3950680.

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

Color convert

RGB 88 72 60 -
CMYK 0 0.18 0.32 0.65
HSL 25.71º 0.19% 0.29% -
HSV(B) 25.71º 0.32% 0.35% -
XYZ 7.16 7.04 5.26 -
YUV 75.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 88 72 60 0 0.18 0.32 0.65 25.71 0.19 0.29
Hex 58 48 3C 0 12 20 41 1A 13 1D
Octal 130 110 74 0 22 40 101 32 23 35
Binary 1011000 1001000 111100 0 10010 100000 1000001 11010 10011 11101

Color Harmonies of #58483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58483C

Black with #58483C

Text Example


Text Example

White with #58483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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