Html Css Color HEX #380E0A Seal Brown

📋 copy color: '#380E0A'

red 56 ◦ green 14 ◦ blue 10

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

Shades of Seal Brown #380E0A

Tints of Seal Brown #380E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.5%

R = 70%
G = 17.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#380E0A (or 0x380E0A) is known color: Seal Brown. HEX triplet: 38, 0E and 0A. RGB value is (56,14,10). Sum of RGB (Red+Green+Blue) = 56+14+10=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E0A is #C7F1F5. Grayscale: #1A1A1A. Windows color (decimal): -13103606 or 659000. OLE color: 659000.

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

Color convert

RGB 56 14 10 -
CMYK 0 0.75 0.82 0.78
HSL 5.22º 0.7% 0.13% -
HSV(B) 5.22º 0.82% 0.22% -
XYZ 1.84 1.18 0.42 -
YUV 26.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 56 14 10 0 0.75 0.82 0.78 5.22 0.7 0.13
Hex 38 E A 0 4B 52 4E 5 46 D
Octal 70 16 12 0 113 122 116 5 106 15
Binary 111000 1110 1010 0 1001011 1010010 1001110 101 1000110 1101

Color Harmonies of #380E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E0A

Black with #380E0A

Text Example


Text Example

White with #380E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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