Html Css Color HEX #381F1E Seal Brown

📋 copy color: '#381F1E'

red 56 ◦ green 31 ◦ blue 30

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

Shades of Seal Brown #381F1E

Tints of Seal Brown #381F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.5%

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

R = 47.86%
G = 26.5%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#381F1E (or 0x381F1E) is known color: Seal Brown. HEX triplet: 38, 1F and 1E. RGB value is (56,31,30). Sum of RGB (Red+Green+Blue) = 56+31+30=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1E is #C7E0E1. Grayscale: #262626. Windows color (decimal): -13099234 or 1974072. OLE color: 1974072.

HSL color Cylindrical-coordinate representation of color #381F1E: hue angle of 2.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381F1E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 30 -
CMYK 0 0.45 0.46 0.78
HSL 2.31º 0.3% 0.17% -
HSV(B) 2.31º 0.46% 0.22% -
XYZ 2.36 1.91 1.47 -
YUV 38.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 56 31 30 0 0.45 0.46 0.78 2.31 0.3 0.17
Hex 38 1F 1E 0 2D 2E 4E 2 1E 11
Octal 70 37 36 0 55 56 116 2 36 21
Binary 111000 11111 11110 0 101101 101110 1001110 10 11110 10001

Color Harmonies of #381F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F1E

Black with #381F1E

Text Example


Text Example

White with #381F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F1E; }

 p { color: rgb(56,31,30); }

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

background-color css

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

 a { background-color: rgb(56,31,30); }

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

border-color css

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

 span { border-color: rgb(56,31,30); }

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