Html Css Color HEX #382414 Cocoa Brown

📋 copy color: '#382414'

red 56 ◦ green 36 ◦ blue 20

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

Shades of Cocoa Brown #382414

Tints of Cocoa Brown #382414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.14%

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

R = 50%
G = 32.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382414 (or 0x382414) is known color: Cocoa Brown. HEX triplet: 38, 24 and 14. RGB value is (56,36,20). Sum of RGB (Red+Green+Blue) = 56+36+20=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382414 is #C7DBEB. Grayscale: #282828. Windows color (decimal): -13097964 or 1319992. OLE color: 1319992.

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

Color convert

RGB 56 36 20 -
CMYK 0 0.36 0.64 0.78
HSL 26.67º 0.47% 0.15% -
HSV(B) 26.67º 0.64% 0.22% -
XYZ 2.39 2.15 0.95 -
YUV 40.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 56 36 20 0 0.36 0.64 0.78 26.67 0.47 0.15
Hex 38 24 14 0 24 40 4E 1B 2F F
Octal 70 44 24 0 44 100 116 33 57 17
Binary 111000 100100 10100 0 100100 1000000 1001110 11011 101111 1111

Color Harmonies of #382414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382414

Black with #382414

Text Example


Text Example

White with #382414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382414; }

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

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

background-color css

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

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

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

border-color css

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

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

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