Html Css Color HEX #58453B Brown Derby

📋 copy color: '#58453B'

red 88 ◦ green 69 ◦ blue 59

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

Shades of Brown Derby #58453B

Tints of Brown Derby #58453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 40.74%
G = 31.94%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58453B (or 0x58453B) is known color: Brown Derby. HEX triplet: 58, 45 and 3B. RGB value is (88,69,59). Sum of RGB (Red+Green+Blue) = 88+69+59=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58453B is #A7BAC4. Grayscale: #494949. Windows color (decimal): -10992325 or 3884376. OLE color: 3884376.

HSL color Cylindrical-coordinate representation of color #58453B: hue angle of 20.69º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58453B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 69 59 -
CMYK 0 0.22 0.33 0.65
HSL 20.69º 0.2% 0.29% -
HSV(B) 20.69º 0.33% 0.35% -
XYZ 6.94 6.65 5.05 -
YUV 73.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 88 69 59 0 0.22 0.33 0.65 20.69 0.2 0.29
Hex 58 45 3B 0 16 21 41 15 14 1D
Octal 130 105 73 0 26 41 101 25 24 35
Binary 1011000 1000101 111011 0 10110 100001 1000001 10101 10100 11101

Color Harmonies of #58453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58453B

Black with #58453B

Text Example


Text Example

White with #58453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58453B; }

 p { color: rgb(88,69,59); }

 H1.HeaderClassName
 {
   color: #58453B;
 }
 .AnyTagClassName
 {
   color: #58453B;
 }
</style>

background-color css

<style>
 a { background-color: #58453B; }

 a { background-color: rgb(88,69,59); }

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

border-color css

<style>
 span { border-color: #58453B; }

 span { border-color: rgb(88,69,59); }

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