Html Css Color HEX #381208 Seal Brown

📋 copy color: '#381208'

red 56 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #381208

Tints of Seal Brown #381208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.95%

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

R = 68.29%
G = 21.95%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381208 (or 0x381208) is known color: Seal Brown. HEX triplet: 38, 12 and 08. RGB value is (56,18,8). Sum of RGB (Red+Green+Blue) = 56+18+8=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381208 is #C7EDF7. Grayscale: #1C1C1C. Windows color (decimal): -13102584 or 528952. OLE color: 528952.

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

Color convert

RGB 56 18 8 -
CMYK 0 0.68 0.86 0.78
HSL 12.5º 0.75% 0.13% -
HSV(B) 12.5º 0.86% 0.22% -
XYZ 1.89 1.29 0.38 -
YUV 28.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 56 18 8 0 0.68 0.86 0.78 12.5 0.75 0.13
Hex 38 12 8 0 44 56 4E C 4B D
Octal 70 22 10 0 104 126 116 14 113 15
Binary 111000 10010 1000 0 1000100 1010110 1001110 1100 1001011 1101

Color Harmonies of #381208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381208

Black with #381208

Text Example


Text Example

White with #381208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381208; }

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

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

background-color css

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

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

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

border-color css

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

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

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