Html Css Color HEX #380E06 Seal Brown

📋 copy color: '#380E06'

red 56 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #380E06

Tints of Seal Brown #380E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.89%

R = 73.68%
G = 18.42%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#380E06 (or 0x380E06) is known color: Seal Brown. HEX triplet: 38, 0E and 06. RGB value is (56,14,6). Sum of RGB (Red+Green+Blue) = 56+14+6=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E06 is #C7F1F9. Grayscale: #191919. Windows color (decimal): -13103610 or 396856. OLE color: 396856.

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

Color convert

RGB 56 14 6 -
CMYK 0 0.75 0.89 0.78
HSL 9.6º 0.81% 0.12% -
HSV(B) 9.6º 0.89% 0.22% -
XYZ 1.82 1.17 0.3 -
YUV 25.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 56 14 6 0 0.75 0.89 0.78 9.6 0.81 0.12
Hex 38 E 6 0 4B 59 4E A 51 C
Octal 70 16 6 0 113 131 116 12 121 14
Binary 111000 1110 110 0 1001011 1011001 1001110 1010 1010001 1100

Color Harmonies of #380E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E06

Black with #380E06

Text Example


Text Example

White with #380E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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