Html Css Color HEX #58422F Brown Derby

📋 copy color: '#58422F'

red 88 ◦ green 66 ◦ blue 47

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

Shades of Brown Derby #58422F

Tints of Brown Derby #58422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 43.78%
G = 32.84%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58422F (or 0x58422F) is known color: Brown Derby. HEX triplet: 58, 42 and 2F. RGB value is (88,66,47). Sum of RGB (Red+Green+Blue) = 88+66+47=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58422F is #A7BDD0. Grayscale: #464646. Windows color (decimal): -10993105 or 3097176. OLE color: 3097176.

HSL color Cylindrical-coordinate representation of color #58422F: hue angle of 27.8º 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 #58422F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 47 -
CMYK 0 0.25 0.47 0.65
HSL 27.8º 0.3% 0.26% -
HSV(B) 27.8º 0.47% 0.35% -
XYZ 6.49 6.18 3.54 -
YUV 70.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 88 66 47 0 0.25 0.47 0.65 27.8 0.3 0.26
Hex 58 42 2F 0 19 2F 41 1C 1E 1A
Octal 130 102 57 0 31 57 101 34 36 32
Binary 1011000 1000010 101111 0 11001 101111 1000001 11100 11110 11010

Color Harmonies of #58422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58422F

Black with #58422F

Text Example


Text Example

White with #58422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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