Html Css Color HEX #381206 Seal Brown

📋 copy color: '#381206'

red 56 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #381206

Tints of Seal Brown #381206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

 BLUE value IS 6 (2.73% from 255) = 7.5%

R = 70%
G = 22.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#381206 (or 0x381206) is known color: Seal Brown. HEX triplet: 38, 12 and 06. RGB value is (56,18,6). Sum of RGB (Red+Green+Blue) = 56+18+6=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #381206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381206 is #C7EDF9. Grayscale: #1C1C1C. Windows color (decimal): -13102586 or 397880. OLE color: 397880.

HSL color Cylindrical-coordinate representation of color #381206: hue angle of 14.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381206 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 6 -
CMYK 0 0.68 0.89 0.78
HSL 14.4º 0.81% 0.12% -
HSV(B) 14.4º 0.89% 0.22% -
XYZ 1.88 1.29 0.32 -
YUV 27.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 56 18 6 0 0.68 0.89 0.78 14.4 0.81 0.12
Hex 38 12 6 0 44 59 4E E 51 C
Octal 70 22 6 0 104 131 116 16 121 14
Binary 111000 10010 110 0 1000100 1011001 1001110 1110 1010001 1100

Color Harmonies of #381206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381206

Black with #381206

Text Example


Text Example

White with #381206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381206; }

 p { color: rgb(56,18,6); }

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

background-color css

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

 a { background-color: rgb(56,18,6); }

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

border-color css

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

 span { border-color: rgb(56,18,6); }

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