Html Css Color HEX #381309 Seal Brown

📋 copy color: '#381309'

red 56 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #381309

Tints of Seal Brown #381309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.71%

R = 66.67%
G = 22.62%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381309 (or 0x381309) is known color: Seal Brown. HEX triplet: 38, 13 and 09. RGB value is (56,19,9). Sum of RGB (Red+Green+Blue) = 56+19+9=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381309 is #C7ECF6. Grayscale: #1C1C1C. Windows color (decimal): -13102327 or 594744. OLE color: 594744.

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

Color convert

RGB 56 19 9 -
CMYK 0 0.66 0.84 0.78
HSL 12.77º 0.72% 0.13% -
HSV(B) 12.77º 0.84% 0.22% -
XYZ 1.91 1.33 0.41 -
YUV 28.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 56 19 9 0 0.66 0.84 0.78 12.77 0.72 0.13
Hex 38 13 9 0 42 54 4E D 48 D
Octal 70 23 11 0 102 124 116 15 110 15
Binary 111000 10011 1001 0 1000010 1010100 1001110 1101 1001000 1101

Color Harmonies of #381309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381309

Black with #381309

Text Example


Text Example

White with #381309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381309; }

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

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

background-color css

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

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

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

border-color css

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

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

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