Html Css Color HEX #381B09 Brown Pod

📋 copy color: '#381B09'

red 56 ◦ green 27 ◦ blue 9

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

Shades of Brown Pod #381B09

Tints of Brown Pod #381B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 60.87%
G = 29.35%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381B09 (or 0x381B09) is known color: Brown Pod. HEX triplet: 38, 1B and 09. RGB value is (56,27,9). Sum of RGB (Red+Green+Blue) = 56+27+9=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B09 is #C7E4F6. Grayscale: #212121. Windows color (decimal): -13100279 or 596792. OLE color: 596792.

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

Color convert

RGB 56 27 9 -
CMYK 0 0.52 0.84 0.78
HSL 22.98º 0.72% 0.13% -
HSV(B) 22.98º 0.84% 0.22% -
XYZ 2.07 1.64 0.47 -
YUV 33.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 56 27 9 0 0.52 0.84 0.78 22.98 0.72 0.13
Hex 38 1B 9 0 34 54 4E 17 48 D
Octal 70 33 11 0 64 124 116 27 110 15
Binary 111000 11011 1001 0 110100 1010100 1001110 10111 1001000 1101

Color Harmonies of #381B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B09

Black with #381B09

Text Example


Text Example

White with #381B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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