Html Css Color HEX #380807 Seal Brown

📋 copy color: '#380807'

red 56 ◦ green 8 ◦ blue 7

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

Shades of Seal Brown #380807

Tints of Seal Brown #380807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.27%

 BLUE value IS 7 (3.13% from 255) = 9.86%

R = 78.87%
G = 11.27%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#380807 (or 0x380807) is known color: Seal Brown. HEX triplet: 38, 08 and 07. RGB value is (56,8,7). Sum of RGB (Red+Green+Blue) = 56+8+7=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380807 is #C7F7F8. Grayscale: #161616. Windows color (decimal): -13105145 or 460856. OLE color: 460856.

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

Color convert

RGB 56 8 7 -
CMYK 0 0.86 0.88 0.78
HSL 1.22º 0.78% 0.12% -
HSV(B) 1.22º 0.88% 0.22% -
XYZ 1.76 1.03 0.31 -
YUV 22.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 56 8 7 0 0.86 0.88 0.78 1.22 0.78 0.12
Hex 38 8 7 0 56 58 4E 1 4E C
Octal 70 10 7 0 126 130 116 1 116 14
Binary 111000 1000 111 0 1010110 1011000 1001110 1 1001110 1100

Color Harmonies of #380807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380807

Black with #380807

Text Example


Text Example

White with #380807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380807; }

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

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

background-color css

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

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

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

border-color css

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

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

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