Html Css Color HEX #382012 Brown Pod

📋 copy color: '#382012'

red 56 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #382012

Tints of Brown Pod #382012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 52.83%
G = 30.19%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382012 (or 0x382012) is known color: Brown Pod. HEX triplet: 38, 20 and 12. RGB value is (56,32,18). Sum of RGB (Red+Green+Blue) = 56+32+18=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382012 is #C7DFED. Grayscale: #252525. Windows color (decimal): -13098990 or 1187896. OLE color: 1187896.

HSL color Cylindrical-coordinate representation of color #382012: hue angle of 22.11º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382012 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 18 -
CMYK 0 0.43 0.68 0.78
HSL 22.11º 0.51% 0.15% -
HSV(B) 22.11º 0.68% 0.22% -
XYZ 2.26 1.92 0.82 -
YUV 37.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 56 32 18 0 0.43 0.68 0.78 22.11 0.51 0.15
Hex 38 20 12 0 2B 44 4E 16 33 F
Octal 70 40 22 0 53 104 116 26 63 17
Binary 111000 100000 10010 0 101011 1000100 1001110 10110 110011 1111

Color Harmonies of #382012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382012

Black with #382012

Text Example


Text Example

White with #382012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382012; }

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

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

background-color css

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

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

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

border-color css

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

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

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