Html Css Color HEX #380E01 Seal Brown

📋 copy color: '#380E01'

red 56 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #380E01

Tints of Seal Brown #380E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.72%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 78.87%
G = 19.72%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#380E01 (or 0x380E01) is known color: Seal Brown. HEX triplet: 38, 0E and 01. RGB value is (56,14,1). Sum of RGB (Red+Green+Blue) = 56+14+1=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E01 is #C7F1FE. Grayscale: #191919. Windows color (decimal): -13103615 or 69176. OLE color: 69176.

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

Color convert

RGB 56 14 1 -
CMYK 0 0.75 0.98 0.78
HSL 14.18º 0.96% 0.11% -
HSV(B) 14.18º 0.98% 0.22% -
XYZ 1.79 1.16 0.16 -
YUV 25.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 56 14 1 0 0.75 0.98 0.78 14.18 0.96 0.11
Hex 38 E 1 0 4B 62 4E E 60 B
Octal 70 16 1 0 113 142 116 16 140 13
Binary 111000 1110 1 0 1001011 1100010 1001110 1110 1100000 1011

Color Harmonies of #380E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E01

Black with #380E01

Text Example


Text Example

White with #380E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,14,1); }

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

background-color css

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

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

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

border-color css

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

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

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