Html Css Color HEX #382614 Cocoa Brown

📋 copy color: '#382614'

red 56 ◦ green 38 ◦ blue 20

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

Shades of Cocoa Brown #382614

Tints of Cocoa Brown #382614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

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

R = 49.12%
G = 33.33%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382614 (or 0x382614) is known color: Cocoa Brown. HEX triplet: 38, 26 and 14. RGB value is (56,38,20). Sum of RGB (Red+Green+Blue) = 56+38+20=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382614 is #C7D9EB. Grayscale: #292929. Windows color (decimal): -13097452 or 1320504. OLE color: 1320504.

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

Color convert

RGB 56 38 20 -
CMYK 0 0.32 0.64 0.78
HSL 30º 0.47% 0.15% -
HSV(B) 30º 0.64% 0.22% -
XYZ 2.45 2.28 0.97 -
YUV 41.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 56 38 20 0 0.32 0.64 0.78 30 0.47 0.15
Hex 38 26 14 0 20 40 4E 1E 2F F
Octal 70 46 24 0 40 100 116 36 57 17
Binary 111000 100110 10100 0 100000 1000000 1001110 11110 101111 1111

Color Harmonies of #382614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382614

Black with #382614

Text Example


Text Example

White with #382614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382614; }

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

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

background-color css

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

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

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

border-color css

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

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

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