Html Css Color HEX #382514 Cocoa Brown

📋 copy color: '#382514'

red 56 ◦ green 37 ◦ blue 20

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

Shades of Cocoa Brown #382514

Tints of Cocoa Brown #382514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 49.56%
G = 32.74%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382514 (or 0x382514) is known color: Cocoa Brown. HEX triplet: 38, 25 and 14. RGB value is (56,37,20). Sum of RGB (Red+Green+Blue) = 56+37+20=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382514 is #C7DAEB. Grayscale: #282828. Windows color (decimal): -13097708 or 1320248. OLE color: 1320248.

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

Color convert

RGB 56 37 20 -
CMYK 0 0.34 0.64 0.78
HSL 28.33º 0.47% 0.15% -
HSV(B) 28.33º 0.64% 0.22% -
XYZ 2.42 2.21 0.96 -
YUV 40.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 56 37 20 0 0.34 0.64 0.78 28.33 0.47 0.15
Hex 38 25 14 0 22 40 4E 1C 2F F
Octal 70 45 24 0 42 100 116 34 57 17
Binary 111000 100101 10100 0 100010 1000000 1001110 11100 101111 1111

Color Harmonies of #382514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382514

Black with #382514

Text Example


Text Example

White with #382514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382514; }

 p { color: rgb(56,37,20); }

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

background-color css

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

 a { background-color: rgb(56,37,20); }

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

border-color css

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

 span { border-color: rgb(56,37,20); }

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