Html Css Color HEX #380F07 Seal Brown

📋 copy color: '#380F07'

red 56 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #380F07

Tints of Seal Brown #380F07

RGB

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

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

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

R = 71.79%
G = 19.23%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#380F07 (or 0x380F07) is known color: Seal Brown. HEX triplet: 38, 0F and 07. RGB value is (56,15,7). Sum of RGB (Red+Green+Blue) = 56+15+7=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F07 is #C7F0F8. Grayscale: #1A1A1A. Windows color (decimal): -13103353 or 462648. OLE color: 462648.

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

Color convert

RGB 56 15 7 -
CMYK 0 0.73 0.88 0.78
HSL 9.8º 0.78% 0.12% -
HSV(B) 9.8º 0.88% 0.22% -
XYZ 1.84 1.2 0.34 -
YUV 26.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 56 15 7 0 0.73 0.88 0.78 9.8 0.78 0.12
Hex 38 F 7 0 49 58 4E A 4E C
Octal 70 17 7 0 111 130 116 12 116 14
Binary 111000 1111 111 0 1001001 1011000 1001110 1010 1001110 1100

Color Harmonies of #380F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F07

Black with #380F07

Text Example


Text Example

White with #380F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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