Html Css Color HEX #380908 Seal Brown

📋 copy color: '#380908'

red 56 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #380908

Tints of Seal Brown #380908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.33%

 BLUE value IS 8 (3.52% from 255) = 10.96%

R = 76.71%
G = 12.33%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#380908 (or 0x380908) is known color: Seal Brown. HEX triplet: 38, 09 and 08. RGB value is (56,9,8). Sum of RGB (Red+Green+Blue) = 56+9+8=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380908 is #C7F6F7. Grayscale: #161616. Windows color (decimal): -13104888 or 526648. OLE color: 526648.

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

Color convert

RGB 56 9 8 -
CMYK 0 0.84 0.86 0.78
HSL 1.25º 0.75% 0.13% -
HSV(B) 1.25º 0.86% 0.22% -
XYZ 1.77 1.05 0.34 -
YUV 22.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 56 9 8 0 0.84 0.86 0.78 1.25 0.75 0.13
Hex 38 9 8 0 54 56 4E 1 4B D
Octal 70 11 10 0 124 126 116 1 113 15
Binary 111000 1001 1000 0 1010100 1010110 1001110 1 1001011 1101

Color Harmonies of #380908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380908

Black with #380908

Text Example


Text Example

White with #380908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380908; }

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

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

background-color css

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

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

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

border-color css

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

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

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