Html Css Color HEX #381B06 Brown Pod

📋 copy color: '#381B06'

red 56 ◦ green 27 ◦ blue 6

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

Shades of Brown Pod #381B06

Tints of Brown Pod #381B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.34%

 BLUE value IS 6 (2.73% from 255) = 6.74%

R = 62.92%
G = 30.34%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#381B06 (or 0x381B06) is known color: Brown Pod. HEX triplet: 38, 1B and 06. RGB value is (56,27,6). Sum of RGB (Red+Green+Blue) = 56+27+6=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B06 is #C7E4F9. Grayscale: #212121. Windows color (decimal): -13100282 or 400184. OLE color: 400184.

HSL color Cylindrical-coordinate representation of color #381B06: hue angle of 25.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381B06 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 6 -
CMYK 0 0.52 0.89 0.78
HSL 25.2º 0.81% 0.12% -
HSV(B) 25.2º 0.89% 0.22% -
XYZ 2.06 1.64 0.38 -
YUV 33.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 56 27 6 0 0.52 0.89 0.78 25.2 0.81 0.12
Hex 38 1B 6 0 34 59 4E 19 51 C
Octal 70 33 6 0 64 131 116 31 121 14
Binary 111000 11011 110 0 110100 1011001 1001110 11001 1010001 1100

Color Harmonies of #381B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B06

Black with #381B06

Text Example


Text Example

White with #381B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B06; }

 p { color: rgb(56,27,6); }

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

background-color css

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

 a { background-color: rgb(56,27,6); }

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

border-color css

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

 span { border-color: rgb(56,27,6); }

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