Html Css Color HEX #381202 Brown Pod

📋 copy color: '#381202'

red 56 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #381202

Tints of Brown Pod #381202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.68%

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

R = 73.68%
G = 23.68%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381202 (or 0x381202) is known color: Brown Pod. HEX triplet: 38, 12 and 02. RGB value is (56,18,2). Sum of RGB (Red+Green+Blue) = 56+18+2=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381202 is #C7EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13102590 or 135736. OLE color: 135736.

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

Color convert

RGB 56 18 2 -
CMYK 0 0.68 0.96 0.78
HSL 17.78º 0.93% 0.11% -
HSV(B) 17.78º 0.96% 0.22% -
XYZ 1.86 1.28 0.21 -
YUV 27.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 56 18 2 0 0.68 0.96 0.78 17.78 0.93 0.11
Hex 38 12 2 0 44 60 4E 12 5D B
Octal 70 22 2 0 104 140 116 22 135 13
Binary 111000 10010 10 0 1000100 1100000 1001110 10010 1011101 1011

Color Harmonies of #381202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381202

Black with #381202

Text Example


Text Example

White with #381202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381202; }

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

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

background-color css

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

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

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

border-color css

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

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

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