Html Css Color HEX #381902 Brown Pod

📋 copy color: '#381902'

red 56 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #381902

Tints of Brown Pod #381902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 2 (1.17% from 255) = 2.41%

R = 67.47%
G = 30.12%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381902 (or 0x381902) is known color: Brown Pod. HEX triplet: 38, 19 and 02. RGB value is (56,25,2). Sum of RGB (Red+Green+Blue) = 56+25+2=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381902 is #C7E6FD. Grayscale: #1F1F1F. Windows color (decimal): -13100798 or 137528. OLE color: 137528.

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

Color convert

RGB 56 25 2 -
CMYK 0 0.55 0.96 0.78
HSL 25.56º 0.93% 0.11% -
HSV(B) 25.56º 0.96% 0.22% -
XYZ 1.99 1.54 0.25 -
YUV 31.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 56 25 2 0 0.55 0.96 0.78 25.56 0.93 0.11
Hex 38 19 2 0 37 60 4E 1A 5D B
Octal 70 31 2 0 67 140 116 32 135 13
Binary 111000 11001 10 0 110111 1100000 1001110 11010 1011101 1011

Color Harmonies of #381902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381902

Black with #381902

Text Example


Text Example

White with #381902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381902; }

 p { color: rgb(56,25,2); }

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

background-color css

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

 a { background-color: rgb(56,25,2); }

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

border-color css

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

 span { border-color: rgb(56,25,2); }

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