Html Css Color HEX #381808 Brown Pod

📋 copy color: '#381808'

red 56 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #381808

Tints of Brown Pod #381808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

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

R = 63.64%
G = 27.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381808 (or 0x381808) is known color: Brown Pod. HEX triplet: 38, 18 and 08. RGB value is (56,24,8). Sum of RGB (Red+Green+Blue) = 56+24+8=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381808 is #C7E7F7. Grayscale: #1F1F1F. Windows color (decimal): -13101048 or 530488. OLE color: 530488.

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

Color convert

RGB 56 24 8 -
CMYK 0 0.57 0.86 0.78
HSL 20º 0.75% 0.13% -
HSV(B) 20º 0.86% 0.22% -
XYZ 2 1.51 0.42 -
YUV 31.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 56 24 8 0 0.57 0.86 0.78 20 0.75 0.13
Hex 38 18 8 0 39 56 4E 14 4B D
Octal 70 30 10 0 71 126 116 24 113 15
Binary 111000 11000 1000 0 111001 1010110 1001110 10100 1001011 1101

Color Harmonies of #381808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381808

Black with #381808

Text Example


Text Example

White with #381808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381808; }

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

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

background-color css

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

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

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

border-color css

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

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

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