Html Css Color HEX #58412F Brown Derby

📋 copy color: '#58412F'

red 88 ◦ green 65 ◦ blue 47

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

Shades of Brown Derby #58412F

Tints of Brown Derby #58412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 44%
G = 32.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58412F (or 0x58412F) is known color: Brown Derby. HEX triplet: 58, 41 and 2F. RGB value is (88,65,47). Sum of RGB (Red+Green+Blue) = 88+65+47=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412F is #A7BED0. Grayscale: #454545. Windows color (decimal): -10993361 or 3096920. OLE color: 3096920.

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

Color convert

RGB 88 65 47 -
CMYK 0 0.26 0.47 0.65
HSL 26.34º 0.3% 0.26% -
HSV(B) 26.34º 0.47% 0.35% -
XYZ 6.43 6.06 3.52 -
YUV 69.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 88 65 47 0 0.26 0.47 0.65 26.34 0.3 0.26
Hex 58 41 2F 0 1A 2F 41 1A 1E 1A
Octal 130 101 57 0 32 57 101 32 36 32
Binary 1011000 1000001 101111 0 11010 101111 1000001 11010 11110 11010

Color Harmonies of #58412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58412F

Black with #58412F

Text Example


Text Example

White with #58412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,65,47); }

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

background-color css

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

 a { background-color: rgb(88,65,47); }

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

border-color css

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

 span { border-color: rgb(88,65,47); }

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