Html Css Color HEX #381502 Brown Pod

📋 copy color: '#381502'

red 56 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #381502

Tints of Brown Pod #381502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 70.89%
G = 26.58%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381502 (or 0x381502) is known color: Brown Pod. HEX triplet: 38, 15 and 02. RGB value is (56,21,2). Sum of RGB (Red+Green+Blue) = 56+21+2=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381502 is #C7EAFD. Grayscale: #1D1D1D. Windows color (decimal): -13101822 or 136504. OLE color: 136504.

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

Color convert

RGB 56 21 2 -
CMYK 0 0.63 0.96 0.78
HSL 21.11º 0.93% 0.11% -
HSV(B) 21.11º 0.96% 0.22% -
XYZ 1.91 1.38 0.22 -
YUV 29.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 56 21 2 0 0.63 0.96 0.78 21.11 0.93 0.11
Hex 38 15 2 0 3F 60 4E 15 5D B
Octal 70 25 2 0 77 140 116 25 135 13
Binary 111000 10101 10 0 111111 1100000 1001110 10101 1011101 1011

Color Harmonies of #381502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381502

Black with #381502

Text Example


Text Example

White with #381502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381502; }

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

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

background-color css

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

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

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

border-color css

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

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

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