Html Css Color HEX #381508 Brown Pod

📋 copy color: '#381508'

red 56 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #381508

Tints of Brown Pod #381508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 65.88%
G = 24.71%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381508 (or 0x381508) is known color: Brown Pod. HEX triplet: 38, 15 and 08. RGB value is (56,21,8). Sum of RGB (Red+Green+Blue) = 56+21+8=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381508 is #C7EAF7. Grayscale: #1E1E1E. Windows color (decimal): -13101816 or 529720. OLE color: 529720.

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

Color convert

RGB 56 21 8 -
CMYK 0 0.63 0.86 0.78
HSL 16.25º 0.75% 0.13% -
HSV(B) 16.25º 0.86% 0.22% -
XYZ 1.94 1.39 0.4 -
YUV 29.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 56 21 8 0 0.63 0.86 0.78 16.25 0.75 0.13
Hex 38 15 8 0 3F 56 4E 10 4B D
Octal 70 25 10 0 77 126 116 20 113 15
Binary 111000 10101 1000 0 111111 1010110 1001110 10000 1001011 1101

Color Harmonies of #381508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381508

Black with #381508

Text Example


Text Example

White with #381508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381508; }

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

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

background-color css

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

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

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

border-color css

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

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

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