Html Css Color HEX #380E0C Seal Brown

📋 copy color: '#380E0C'

red 56 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #380E0C

Tints of Seal Brown #380E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 68.29%
G = 17.07%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#380E0C (or 0x380E0C) is known color: Seal Brown. HEX triplet: 38, 0E and 0C. RGB value is (56,14,12). Sum of RGB (Red+Green+Blue) = 56+14+12=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E0C is #C7F1F3. Grayscale: #1A1A1A. Windows color (decimal): -13103604 or 790072. OLE color: 790072.

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

Color convert

RGB 56 14 12 -
CMYK 0 0.75 0.79 0.78
HSL 2.73º 0.65% 0.13% -
HSV(B) 2.73º 0.79% 0.22% -
XYZ 1.85 1.18 0.48 -
YUV 26.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 56 14 12 0 0.75 0.79 0.78 2.73 0.65 0.13
Hex 38 E C 0 4B 4F 4E 3 41 D
Octal 70 16 14 0 113 117 116 3 101 15
Binary 111000 1110 1100 0 1001011 1001111 1001110 11 1000001 1101

Color Harmonies of #380E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E0C

Black with #380E0C

Text Example


Text Example

White with #380E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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