Html Css Color HEX #381306 Seal Brown

📋 copy color: '#381306'

red 56 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #381306

Tints of Seal Brown #381306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 69.14%
G = 23.46%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#381306 (or 0x381306) is known color: Seal Brown. HEX triplet: 38, 13 and 06. RGB value is (56,19,6). Sum of RGB (Red+Green+Blue) = 56+19+6=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381306 is #C7ECF9. Grayscale: #1C1C1C. Windows color (decimal): -13102330 or 398136. OLE color: 398136.

HSL color Cylindrical-coordinate representation of color #381306: hue angle of 15.6º 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 #381306 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 6 -
CMYK 0 0.66 0.89 0.78
HSL 15.6º 0.81% 0.12% -
HSV(B) 15.6º 0.89% 0.22% -
XYZ 1.9 1.32 0.33 -
YUV 28.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 56 19 6 0 0.66 0.89 0.78 15.6 0.81 0.12
Hex 38 13 6 0 42 59 4E 10 51 C
Octal 70 23 6 0 102 131 116 20 121 14
Binary 111000 10011 110 0 1000010 1011001 1001110 10000 1010001 1100

Color Harmonies of #381306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381306

Black with #381306

Text Example


Text Example

White with #381306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381306; }

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

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

background-color css

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

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

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

border-color css

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

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

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