Html Css Color HEX #382512 Cocoa Brown

📋 copy color: '#382512'

red 56 ◦ green 37 ◦ blue 18

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

Shades of Cocoa Brown #382512

Tints of Cocoa Brown #382512

RGB

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

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

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

R = 50.45%
G = 33.33%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382512 (or 0x382512) is known color: Cocoa Brown. HEX triplet: 38, 25 and 12. RGB value is (56,37,18). Sum of RGB (Red+Green+Blue) = 56+37+18=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382512 is #C7DAED. Grayscale: #282828. Windows color (decimal): -13097710 or 1189176. OLE color: 1189176.

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

Color convert

RGB 56 37 18 -
CMYK 0 0.34 0.68 0.78
HSL 30º 0.51% 0.15% -
HSV(B) 30º 0.68% 0.22% -
XYZ 2.4 2.21 0.87 -
YUV 40.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 56 37 18 0 0.34 0.68 0.78 30 0.51 0.15
Hex 38 25 12 0 22 44 4E 1E 33 F
Octal 70 45 22 0 42 104 116 36 63 17
Binary 111000 100101 10010 0 100010 1000100 1001110 11110 110011 1111

Color Harmonies of #382512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382512

Black with #382512

Text Example


Text Example

White with #382512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382512; }

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

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

background-color css

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

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

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

border-color css

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

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

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