Html Css Color HEX #381704 Brown Pod

📋 copy color: '#381704'

red 56 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #381704

Tints of Brown Pod #381704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 67.47%
G = 27.71%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#381704 (or 0x381704) is known color: Brown Pod. HEX triplet: 38, 17 and 04. RGB value is (56,23,4). Sum of RGB (Red+Green+Blue) = 56+23+4=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381704 is #C7E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13101308 or 268088. OLE color: 268088.

HSL color Cylindrical-coordinate representation of color #381704: hue angle of 21.92º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381704 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 4 -
CMYK 0 0.59 0.93 0.78
HSL 21.92º 0.87% 0.12% -
HSV(B) 21.92º 0.93% 0.22% -
XYZ 1.96 1.46 0.29 -
YUV 30.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 56 23 4 0 0.59 0.93 0.78 21.92 0.87 0.12
Hex 38 17 4 0 3B 5D 4E 16 57 C
Octal 70 27 4 0 73 135 116 26 127 14
Binary 111000 10111 100 0 111011 1011101 1001110 10110 1010111 1100

Color Harmonies of #381704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381704

Black with #381704

Text Example


Text Example

White with #381704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381704; }

 p { color: rgb(56,23,4); }

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

background-color css

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

 a { background-color: rgb(56,23,4); }

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

border-color css

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

 span { border-color: rgb(56,23,4); }

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