Html Css Color HEX #58403C Crater Brown

📋 copy color: '#58403C'

red 88 ◦ green 64 ◦ blue 60

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

Shades of Crater Brown #58403C

Tints of Crater Brown #58403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 41.51%
G = 30.19%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58403C (or 0x58403C) is known color: Crater Brown. HEX triplet: 58, 40 and 3C. RGB value is (88,64,60). Sum of RGB (Red+Green+Blue) = 88+64+60=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403C is #A7BFC3. Grayscale: #464646. Windows color (decimal): -10993604 or 3948632. OLE color: 3948632.

HSL color Cylindrical-coordinate representation of color #58403C: hue angle of 8.57º 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 #58403C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 60 -
CMYK 0 0.27 0.32 0.65
HSL 8.57º 0.19% 0.29% -
HSV(B) 8.57º 0.32% 0.35% -
XYZ 6.67 6.07 5.09 -
YUV 70.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 88 64 60 0 0.27 0.32 0.65 8.57 0.19 0.29
Hex 58 40 3C 0 1B 20 41 9 13 1D
Octal 130 100 74 0 33 40 101 11 23 35
Binary 1011000 1000000 111100 0 11011 100000 1000001 1001 10011 11101

Color Harmonies of #58403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58403C

Black with #58403C

Text Example


Text Example

White with #58403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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