Html Css Color HEX #582B1E Caput Mortuum

📋 copy color: '#582B1E'

red 88 ◦ green 43 ◦ blue 30

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

Shades of Caput Mortuum #582B1E

Tints of Caput Mortuum #582B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.71%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 54.66%
G = 26.71%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#582B1E (or 0x582B1E) is known color: Caput Mortuum. HEX triplet: 58, 2B and 1E. RGB value is (88,43,30). Sum of RGB (Red+Green+Blue) = 88+43+30=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B1E is #A7D4E1. Grayscale: #373737. Windows color (decimal): -10999010 or 1977176. OLE color: 1977176.

HSL color Cylindrical-coordinate representation of color #582B1E: hue angle of 13.45º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582B1E is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 43 30 -
CMYK 0 0.51 0.66 0.65
HSL 13.45º 0.49% 0.23% -
HSV(B) 13.45º 0.66% 0.35% -
XYZ 5.12 3.9 1.71 -
YUV 54.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 88 43 30 0 0.51 0.66 0.65 13.45 0.49 0.23
Hex 58 2B 1E 0 33 42 41 D 31 17
Octal 130 53 36 0 63 102 101 15 61 27
Binary 1011000 101011 11110 0 110011 1000010 1000001 1101 110001 10111

Color Harmonies of #582B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B1E

Black with #582B1E

Text Example


Text Example

White with #582B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B1E; }

 p { color: rgb(88,43,30); }

 H1.HeaderClassName
 {
   color: #582B1E;
 }
 .AnyTagClassName
 {
   color: #582B1E;
 }
</style>

background-color css

<style>
 a { background-color: #582B1E; }

 a { background-color: rgb(88,43,30); }

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

border-color css

<style>
 span { border-color: #582B1E; }

 span { border-color: rgb(88,43,30); }

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