Html Css Color HEX #380F09 Seal Brown

📋 copy color: '#380F09'

red 56 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #380F09

Tints of Seal Brown #380F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

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

R = 70%
G = 18.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380F09 (or 0x380F09) is known color: Seal Brown. HEX triplet: 38, 0F and 09. RGB value is (56,15,9). Sum of RGB (Red+Green+Blue) = 56+15+9=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F09 is #C7F0F6. Grayscale: #1A1A1A. Windows color (decimal): -13103351 or 593720. OLE color: 593720.

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

Color convert

RGB 56 15 9 -
CMYK 0 0.73 0.84 0.78
HSL 7.66º 0.72% 0.13% -
HSV(B) 7.66º 0.84% 0.22% -
XYZ 1.85 1.2 0.39 -
YUV 26.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 56 15 9 0 0.73 0.84 0.78 7.66 0.72 0.13
Hex 38 F 9 0 49 54 4E 8 48 D
Octal 70 17 11 0 111 124 116 10 110 15
Binary 111000 1111 1001 0 1001001 1010100 1001110 1000 1001000 1101

Color Harmonies of #380F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F09

Black with #380F09

Text Example


Text Example

White with #380F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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