Html Css Color HEX #381908 Brown Pod

📋 copy color: '#381908'

red 56 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #381908

Tints of Brown Pod #381908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.09%

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

R = 62.92%
G = 28.09%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381908 (or 0x381908) is known color: Brown Pod. HEX triplet: 38, 19 and 08. RGB value is (56,25,8). Sum of RGB (Red+Green+Blue) = 56+25+8=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381908 is #C7E6F7. Grayscale: #202020. Windows color (decimal): -13100792 or 530744. OLE color: 530744.

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

Color convert

RGB 56 25 8 -
CMYK 0 0.55 0.86 0.78
HSL 21.25º 0.75% 0.13% -
HSV(B) 21.25º 0.86% 0.22% -
XYZ 2.02 1.55 0.42 -
YUV 32.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 56 25 8 0 0.55 0.86 0.78 21.25 0.75 0.13
Hex 38 19 8 0 37 56 4E 15 4B D
Octal 70 31 10 0 67 126 116 25 113 15
Binary 111000 11001 1000 0 110111 1010110 1001110 10101 1001011 1101

Color Harmonies of #381908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381908

Black with #381908

Text Example


Text Example

White with #381908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381908; }

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

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

background-color css

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

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

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

border-color css

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

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

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