Html Css Color HEX #381300 Brown Pod

📋 copy color: '#381300'

red 56 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #381300

Tints of Brown Pod #381300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 74.67%
G = 25.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381300 (or 0x381300) is known color: Brown Pod. HEX triplet: 38, 13 and 00. RGB value is (56,19,0). Sum of RGB (Red+Green+Blue) = 56+19+0=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381300 is #C7ECFF. Grayscale: #1C1C1C. Windows color (decimal): -13102336 or 4920. OLE color: 4920.

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

Color convert

RGB 56 19 0 -
CMYK 0 0.66 1 0.78
HSL 20.36º 1% 0.11% -
HSV(B) 20.36º 1% 0.22% -
XYZ 1.86 1.31 0.15 -
YUV 27.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 56 19 0 0 0.66 1 0.78 20.36 1 0.11
Hex 38 13 0 0 42 64 4E 14 64 B
Octal 70 23 0 0 102 144 116 24 144 13
Binary 111000 10011 0 0 1000010 1100100 1001110 10100 1100100 1011

Color Harmonies of #381300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381300

Black with #381300

Text Example


Text Example

White with #381300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381300; }

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

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

background-color css

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

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

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

border-color css

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

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

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