Html Css Color HEX #381302 Brown Pod

📋 copy color: '#381302'

red 56 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #381302

Tints of Brown Pod #381302

RGB

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

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

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

R = 72.73%
G = 24.68%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381302 (or 0x381302) is known color: Brown Pod. HEX triplet: 38, 13 and 02. RGB value is (56,19,2). Sum of RGB (Red+Green+Blue) = 56+19+2=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381302 is #C7ECFD. Grayscale: #1C1C1C. Windows color (decimal): -13102334 or 135992. OLE color: 135992.

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

Color convert

RGB 56 19 2 -
CMYK 0 0.66 0.96 0.78
HSL 18.89º 0.93% 0.11% -
HSV(B) 18.89º 0.96% 0.22% -
XYZ 1.87 1.31 0.21 -
YUV 28.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 56 19 2 0 0.66 0.96 0.78 18.89 0.93 0.11
Hex 38 13 2 0 42 60 4E 13 5D B
Octal 70 23 2 0 102 140 116 23 135 13
Binary 111000 10011 10 0 1000010 1100000 1001110 10011 1011101 1011

Color Harmonies of #381302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381302

Black with #381302

Text Example


Text Example

White with #381302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381302; }

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

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

background-color css

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

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

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

border-color css

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

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

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