Html Css Color HEX #380D00 Seal Brown

📋 copy color: '#380D00'

red 56 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #380D00

Tints of Seal Brown #380D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.16%
G = 18.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380D00 (or 0x380D00) is known color: Seal Brown. HEX triplet: 38, 0D and 00. RGB value is (56,13,0). Sum of RGB (Red+Green+Blue) = 56+13+0=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D00 is #C7F2FF. Grayscale: #181818. Windows color (decimal): -13103872 or 3384. OLE color: 3384.

HSL color Cylindrical-coordinate representation of color #380D00: hue angle of 13.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 0 -
CMYK 0 0.77 1 0.78
HSL 13.93º 1% 0.11% -
HSV(B) 13.93º 1% 0.22% -
XYZ 1.77 1.13 0.12 -
YUV 24.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 56 13 0 0 0.77 1 0.78 13.93 1 0.11
Hex 38 D 0 0 4D 64 4E E 64 B
Octal 70 15 0 0 115 144 116 16 144 13
Binary 111000 1101 0 0 1001101 1100100 1001110 1110 1100100 1011

Color Harmonies of #380D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D00

Black with #380D00

Text Example


Text Example

White with #380D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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