Html Css Color HEX #381811 Seal Brown

📋 copy color: '#381811'

red 56 ◦ green 24 ◦ blue 17

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

Shades of Seal Brown #381811

Tints of Seal Brown #381811

RGB

 RED value IS 56 (22.27% from 255) = 57.73%

 GREEN value IS 24 (9.77% from 255) = 24.74%

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 57.73%
G = 24.74%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381811 (or 0x381811) is known color: Seal Brown. HEX triplet: 38, 18 and 11. RGB value is (56,24,17). Sum of RGB (Red+Green+Blue) = 56+24+17=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381811 is #C7E7EE. Grayscale: #202020. Windows color (decimal): -13101039 or 1120312. OLE color: 1120312.

HSL color Cylindrical-coordinate representation of color #381811: hue angle of 10.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381811 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 17 -
CMYK 0 0.57 0.70 0.78
HSL 10.77º 0.53% 0.14% -
HSV(B) 10.77º 0.7% 0.22% -
XYZ 2.06 1.53 0.72 -
YUV 32.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 56 24 17 0 0.57 0.70 0.78 10.77 0.53 0.14
Hex 38 18 11 0 39 46 4E B 35 E
Octal 70 30 21 0 71 106 116 13 65 16
Binary 111000 11000 10001 0 111001 1000110 1001110 1011 110101 1110

Color Harmonies of #381811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381811

Black with #381811

Text Example


Text Example

White with #381811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381811; }

 p { color: rgb(56,24,17); }

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

background-color css

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

 a { background-color: rgb(56,24,17); }

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

border-color css

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

 span { border-color: rgb(56,24,17); }

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