Html Css Color HEX #380706 Seal Brown

📋 copy color: '#380706'

red 56 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #380706

Tints of Seal Brown #380706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.14%

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

R = 81.16%
G = 10.14%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#380706 (or 0x380706) is known color: Seal Brown. HEX triplet: 38, 07 and 06. RGB value is (56,7,6). Sum of RGB (Red+Green+Blue) = 56+7+6=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380706 is #C7F8F9. Grayscale: #151515. Windows color (decimal): -13105402 or 395064. OLE color: 395064.

HSL color Cylindrical-coordinate representation of color #380706: hue angle of 1.2º 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 #380706 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 7 6 -
CMYK 0 0.88 0.89 0.78
HSL 1.2º 0.81% 0.12% -
HSV(B) 1.2º 0.89% 0.22% -
XYZ 1.74 1.01 0.27 -
YUV 21.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 56 7 6 0 0.88 0.89 0.78 1.2 0.81 0.12
Hex 38 7 6 0 58 59 4E 1 51 C
Octal 70 7 6 0 130 131 116 1 121 14
Binary 111000 111 110 0 1011000 1011001 1001110 1 1010001 1100

Color Harmonies of #380706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380706

Black with #380706

Text Example


Text Example

White with #380706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380706; }

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

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

background-color css

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

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

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

border-color css

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

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

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