Html Css Color HEX #381007 Seal Brown

📋 copy color: '#381007'

red 56 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #381007

Tints of Seal Brown #381007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.25%

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

R = 70.89%
G = 20.25%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#381007 (or 0x381007) is known color: Seal Brown. HEX triplet: 38, 10 and 07. RGB value is (56,16,7). Sum of RGB (Red+Green+Blue) = 56+16+7=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381007 is #C7EFF8. Grayscale: #1B1B1B. Windows color (decimal): -13103097 or 462904. OLE color: 462904.

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

Color convert

RGB 56 16 7 -
CMYK 0 0.71 0.88 0.78
HSL 11.02º 0.78% 0.12% -
HSV(B) 11.02º 0.88% 0.22% -
XYZ 1.85 1.23 0.34 -
YUV 26.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 56 16 7 0 0.71 0.88 0.78 11.02 0.78 0.12
Hex 38 10 7 0 47 58 4E B 4E C
Octal 70 20 7 0 107 130 116 13 116 14
Binary 111000 10000 111 0 1000111 1011000 1001110 1011 1001110 1100

Color Harmonies of #381007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381007

Black with #381007

Text Example


Text Example

White with #381007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381007; }

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

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

background-color css

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

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

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

border-color css

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

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

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