Html Css Color HEX #380909 Seal Brown

📋 copy color: '#380909'

red 56 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #380909

Tints of Seal Brown #380909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.16%

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

R = 75.68%
G = 12.16%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380909 (or 0x380909) is known color: Seal Brown. HEX triplet: 38, 09 and 09. RGB value is (56,9,9). Sum of RGB (Red+Green+Blue) = 56+9+9=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380909 is #C7F6F6. Grayscale: #171717. Windows color (decimal): -13104887 or 592184. OLE color: 592184.

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

Color convert

RGB 56 9 9 -
CMYK 0 0.84 0.84 0.78
HSL 0.72% 0.13% -
HSV(B) 0.84% 0.22% -
XYZ 1.78 1.06 0.37 -
YUV 23.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 56 9 9 0 0.84 0.84 0.78 0 0.72 0.13
Hex 38 9 9 0 54 54 4E 0 48 D
Octal 70 11 11 0 124 124 116 0 110 15
Binary 111000 1001 1001 0 1010100 1010100 1001110 0 1001000 1101

Color Harmonies of #380909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380909

Black with #380909

Text Example


Text Example

White with #380909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380909; }

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

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

background-color css

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

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

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

border-color css

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

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

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