Html Css Color HEX #381810 Brown Pod

📋 copy color: '#381810'

red 56 ◦ green 24 ◦ blue 16

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

Shades of Brown Pod #381810

Tints of Brown Pod #381810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 58.33%
G = 25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381810 (or 0x381810) is known color: Brown Pod. HEX triplet: 38, 18 and 10. RGB value is (56,24,16). Sum of RGB (Red+Green+Blue) = 56+24+16=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381810 is #C7E7EF. Grayscale: #202020. Windows color (decimal): -13101040 or 1054776. OLE color: 1054776.

HSL color Cylindrical-coordinate representation of color #381810: hue angle of 12º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381810 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 16 -
CMYK 0 0.57 0.71 0.78
HSL 12º 0.56% 0.14% -
HSV(B) 12º 0.71% 0.22% -
XYZ 2.05 1.53 0.68 -
YUV 32.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 56 24 16 0 0.57 0.71 0.78 12 0.56 0.14
Hex 38 18 10 0 39 47 4E C 38 E
Octal 70 30 20 0 71 107 116 14 70 16
Binary 111000 11000 10000 0 111001 1000111 1001110 1100 111000 1110

Color Harmonies of #381810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381810

Black with #381810

Text Example


Text Example

White with #381810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381810; }

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

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

background-color css

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

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

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

border-color css

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

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

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