Html Css Color HEX #381209 Seal Brown

📋 copy color: '#381209'

red 56 ◦ green 18 ◦ blue 9

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

Shades of Seal Brown #381209

Tints of Seal Brown #381209

RGB

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

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

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

R = 67.47%
G = 21.69%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381209 (or 0x381209) is known color: Seal Brown. HEX triplet: 38, 12 and 09. RGB value is (56,18,9). Sum of RGB (Red+Green+Blue) = 56+18+9=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381209 is #C7EDF6. Grayscale: #1C1C1C. Windows color (decimal): -13102583 or 594488. OLE color: 594488.

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

Color convert

RGB 56 18 9 -
CMYK 0 0.68 0.84 0.78
HSL 11.49º 0.72% 0.13% -
HSV(B) 11.49º 0.84% 0.22% -
XYZ 1.9 1.29 0.41 -
YUV 28.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 56 18 9 0 0.68 0.84 0.78 11.49 0.72 0.13
Hex 38 12 9 0 44 54 4E B 48 D
Octal 70 22 11 0 104 124 116 13 110 15
Binary 111000 10010 1001 0 1000100 1010100 1001110 1011 1001000 1101

Color Harmonies of #381209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381209

Black with #381209

Text Example


Text Example

White with #381209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381209; }

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

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

background-color css

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

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

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

border-color css

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

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

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