Html Css Color HEX #380E0E Seal Brown

📋 copy color: '#380E0E'

red 56 ◦ green 14 ◦ blue 14

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

Shades of Seal Brown #380E0E

Tints of Seal Brown #380E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#380E0E (or 0x380E0E) is known color: Seal Brown. HEX triplet: 38, 0E and 0E. RGB value is (56,14,14). Sum of RGB (Red+Green+Blue) = 56+14+14=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E0E is #C7F1F1. Grayscale: #1A1A1A. Windows color (decimal): -13103602 or 921144. OLE color: 921144.

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

Color convert

RGB 56 14 14 -
CMYK 0 0.75 0.75 0.78
HSL 0.6% 0.14% -
HSV(B) 0.75% 0.22% -
XYZ 1.87 1.19 0.55 -
YUV 26.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 56 14 14 0 0.75 0.75 0.78 0 0.6 0.14
Hex 38 E E 0 4B 4B 4E 0 3C E
Octal 70 16 16 0 113 113 116 0 74 16
Binary 111000 1110 1110 0 1001011 1001011 1001110 0 111100 1110

Color Harmonies of #380E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E0E

Black with #380E0E

Text Example


Text Example

White with #380E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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