Html Css Color HEX #381801 Brown Pod

📋 copy color: '#381801'

red 56 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #381801

Tints of Brown Pod #381801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.23%

R = 69.14%
G = 29.63%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381801 (or 0x381801) is known color: Brown Pod. HEX triplet: 38, 18 and 01. RGB value is (56,24,1). Sum of RGB (Red+Green+Blue) = 56+24+1=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381801 is #C7E7FE. Grayscale: #1F1F1F. Windows color (decimal): -13101055 or 71736. OLE color: 71736.

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

Color convert

RGB 56 24 1 -
CMYK 0 0.57 0.98 0.78
HSL 25.09º 0.96% 0.11% -
HSV(B) 25.09º 0.98% 0.22% -
XYZ 1.96 1.5 0.21 -
YUV 30.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 56 24 1 0 0.57 0.98 0.78 25.09 0.96 0.11
Hex 38 18 1 0 39 62 4E 19 60 B
Octal 70 30 1 0 71 142 116 31 140 13
Binary 111000 11000 1 0 111001 1100010 1001110 11001 1100000 1011

Color Harmonies of #381801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381801

Black with #381801

Text Example


Text Example

White with #381801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381801; }

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

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

background-color css

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

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

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

border-color css

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

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

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