Html Css Color HEX #380805 Seal Brown

📋 copy color: '#380805'

red 56 ◦ green 8 ◦ blue 5

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

Shades of Seal Brown #380805

Tints of Seal Brown #380805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.25%

R = 81.16%
G = 11.59%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380805 (or 0x380805) is known color: Seal Brown. HEX triplet: 38, 08 and 05. RGB value is (56,8,5). Sum of RGB (Red+Green+Blue) = 56+8+5=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380805 is #C7F7FA. Grayscale: #161616. Windows color (decimal): -13105147 or 329784. OLE color: 329784.

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

Color convert

RGB 56 8 5 -
CMYK 0 0.86 0.91 0.78
HSL 3.53º 0.84% 0.12% -
HSV(B) 3.53º 0.91% 0.22% -
XYZ 1.75 1.03 0.25 -
YUV 22.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 56 8 5 0 0.86 0.91 0.78 3.53 0.84 0.12
Hex 38 8 5 0 56 5B 4E 4 54 C
Octal 70 10 5 0 126 133 116 4 124 14
Binary 111000 1000 101 0 1010110 1011011 1001110 100 1010100 1100

Color Harmonies of #380805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380805

Black with #380805

Text Example


Text Example

White with #380805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380805; }

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

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

background-color css

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

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

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

border-color css

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

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

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