Html Css Color HEX #380D07 Seal Brown

📋 copy color: '#380D07'

red 56 ◦ green 13 ◦ blue 7

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

Shades of Seal Brown #380D07

Tints of Seal Brown #380D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 73.68%
G = 17.11%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#380D07 (or 0x380D07) is known color: Seal Brown. HEX triplet: 38, 0D and 07. RGB value is (56,13,7). Sum of RGB (Red+Green+Blue) = 56+13+7=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D07 is #C7F2F8. Grayscale: #191919. Windows color (decimal): -13103865 or 462136. OLE color: 462136.

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

Color convert

RGB 56 13 7 -
CMYK 0 0.77 0.88 0.78
HSL 7.35º 0.78% 0.12% -
HSV(B) 7.35º 0.88% 0.22% -
XYZ 1.81 1.14 0.33 -
YUV 25.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 56 13 7 0 0.77 0.88 0.78 7.35 0.78 0.12
Hex 38 D 7 0 4D 58 4E 7 4E C
Octal 70 15 7 0 115 130 116 7 116 14
Binary 111000 1101 111 0 1001101 1011000 1001110 111 1001110 1100

Color Harmonies of #380D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D07

Black with #380D07

Text Example


Text Example

White with #380D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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