Html Css Color HEX #381608 Brown Pod

📋 copy color: '#381608'

red 56 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #381608

Tints of Brown Pod #381608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

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

R = 65.12%
G = 25.58%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381608 (or 0x381608) is known color: Brown Pod. HEX triplet: 38, 16 and 08. RGB value is (56,22,8). Sum of RGB (Red+Green+Blue) = 56+22+8=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381608 is #C7E9F7. Grayscale: #1E1E1E. Windows color (decimal): -13101560 or 529976. OLE color: 529976.

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

Color convert

RGB 56 22 8 -
CMYK 0 0.61 0.86 0.78
HSL 17.5º 0.75% 0.13% -
HSV(B) 17.5º 0.86% 0.22% -
XYZ 1.96 1.43 0.4 -
YUV 30.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 56 22 8 0 0.61 0.86 0.78 17.5 0.75 0.13
Hex 38 16 8 0 3D 56 4E 12 4B D
Octal 70 26 10 0 75 126 116 22 113 15
Binary 111000 10110 1000 0 111101 1010110 1001110 10010 1001011 1101

Color Harmonies of #381608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381608

Black with #381608

Text Example


Text Example

White with #381608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381608; }

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

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

background-color css

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

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

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

border-color css

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

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

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