Html Css Color HEX #381800 Brown Pod

📋 copy color: '#381800'

red 56 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #381800

Tints of Brown Pod #381800

RGB

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

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

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381800 (or 0x381800) is known color: Brown Pod. HEX triplet: 38, 18 and 00. RGB value is (56,24,0). Sum of RGB (Red+Green+Blue) = 56+24+0=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #381800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381800 is #C7E7FF. Grayscale: #1E1E1E. Windows color (decimal): -13101056 or 6200. OLE color: 6200.

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

Color convert

RGB 56 24 0 -
CMYK 0 0.57 1 0.78
HSL 25.71º 1% 0.11% -
HSV(B) 25.71º 1% 0.22% -
XYZ 1.96 1.49 0.19 -
YUV 30.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 56 24 0 0 0.57 1 0.78 25.71 1 0.11
Hex 38 18 0 0 39 64 4E 1A 64 B
Octal 70 30 0 0 71 144 116 32 144 13
Binary 111000 11000 0 0 111001 1100100 1001110 11010 1100100 1011

Color Harmonies of #381800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381800

Black with #381800

Text Example


Text Example

White with #381800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381800; }

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

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

background-color css

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

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

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

border-color css

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

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

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