Html Css Color HEX #381802 Brown Pod

📋 copy color: '#381802'

red 56 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #381802

Tints of Brown Pod #381802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 68.29%
G = 29.27%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381802 (or 0x381802) is known color: Brown Pod. HEX triplet: 38, 18 and 02. RGB value is (56,24,2). Sum of RGB (Red+Green+Blue) = 56+24+2=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381802 is #C7E7FD. Grayscale: #1F1F1F. Windows color (decimal): -13101054 or 137272. OLE color: 137272.

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

Color convert

RGB 56 24 2 -
CMYK 0 0.57 0.96 0.78
HSL 24.44º 0.93% 0.11% -
HSV(B) 24.44º 0.96% 0.22% -
XYZ 1.97 1.5 0.24 -
YUV 31.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 56 24 2 0 0.57 0.96 0.78 24.44 0.93 0.11
Hex 38 18 2 0 39 60 4E 18 5D B
Octal 70 30 2 0 71 140 116 30 135 13
Binary 111000 11000 10 0 111001 1100000 1001110 11000 1011101 1011

Color Harmonies of #381802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381802

Black with #381802

Text Example


Text Example

White with #381802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381802; }

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

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

background-color css

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

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

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

border-color css

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

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

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