Html Css Color HEX #381400 Brown Pod

📋 copy color: '#381400'

red 56 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #381400

Tints of Brown Pod #381400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.68%
G = 26.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381400 (or 0x381400) is known color: Brown Pod. HEX triplet: 38, 14 and 00. RGB value is (56,20,0). Sum of RGB (Red+Green+Blue) = 56+20+0=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381400 is #C7EBFF. Grayscale: #1C1C1C. Windows color (decimal): -13102080 or 5176. OLE color: 5176.

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

Color convert

RGB 56 20 0 -
CMYK 0 0.64 1 0.78
HSL 21.43º 1% 0.11% -
HSV(B) 21.43º 1% 0.22% -
XYZ 1.88 1.34 0.16 -
YUV 28.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 56 20 0 0 0.64 1 0.78 21.43 1 0.11
Hex 38 14 0 0 40 64 4E 15 64 B
Octal 70 24 0 0 100 144 116 25 144 13
Binary 111000 10100 0 0 1000000 1100100 1001110 10101 1100100 1011

Color Harmonies of #381400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381400

Black with #381400

Text Example


Text Example

White with #381400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381400; }

 p { color: rgb(56,20,0); }

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

background-color css

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

 a { background-color: rgb(56,20,0); }

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

border-color css

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

 span { border-color: rgb(56,20,0); }

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