Html Css Color HEX #381307 Seal Brown

📋 copy color: '#381307'

red 56 ◦ green 19 ◦ blue 7

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

Shades of Seal Brown #381307

Tints of Seal Brown #381307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.54%

R = 68.29%
G = 23.17%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#381307 (or 0x381307) is known color: Seal Brown. HEX triplet: 38, 13 and 07. RGB value is (56,19,7). Sum of RGB (Red+Green+Blue) = 56+19+7=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381307 is #C7ECF8. Grayscale: #1C1C1C. Windows color (decimal): -13102329 or 463672. OLE color: 463672.

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

Color convert

RGB 56 19 7 -
CMYK 0 0.66 0.88 0.78
HSL 14.69º 0.78% 0.12% -
HSV(B) 14.69º 0.88% 0.22% -
XYZ 1.9 1.32 0.36 -
YUV 28.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 56 19 7 0 0.66 0.88 0.78 14.69 0.78 0.12
Hex 38 13 7 0 42 58 4E F 4E C
Octal 70 23 7 0 102 130 116 17 116 14
Binary 111000 10011 111 0 1000010 1011000 1001110 1111 1001110 1100

Color Harmonies of #381307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381307

Black with #381307

Text Example


Text Example

White with #381307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381307; }

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

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

background-color css

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

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

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

border-color css

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

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

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