Html Css Color HEX #381201 Brown Pod

📋 copy color: '#381201'

red 56 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #381201

Tints of Brown Pod #381201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 74.67%
G = 24%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381201 (or 0x381201) is known color: Brown Pod. HEX triplet: 38, 12 and 01. RGB value is (56,18,1). Sum of RGB (Red+Green+Blue) = 56+18+1=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381201 is #C7EDFE. Grayscale: #1B1B1B. Windows color (decimal): -13102591 or 70200. OLE color: 70200.

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

Color convert

RGB 56 18 1 -
CMYK 0 0.68 0.98 0.78
HSL 18.55º 0.96% 0.11% -
HSV(B) 18.55º 0.98% 0.22% -
XYZ 1.85 1.28 0.18 -
YUV 27.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 56 18 1 0 0.68 0.98 0.78 18.55 0.96 0.11
Hex 38 12 1 0 44 62 4E 13 60 B
Octal 70 22 1 0 104 142 116 23 140 13
Binary 111000 10010 1 0 1000100 1100010 1001110 10011 1100000 1011

Color Harmonies of #381201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381201

Black with #381201

Text Example


Text Example

White with #381201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381201; }

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

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

background-color css

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

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

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

border-color css

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

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

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