Html Css Color HEX #381D04 Cocoa Brown

📋 copy color: '#381D04'

red 56 ◦ green 29 ◦ blue 4

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

Shades of Cocoa Brown #381D04

Tints of Cocoa Brown #381D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.58%

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 62.92%
G = 32.58%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#381D04 (or 0x381D04) is known color: Cocoa Brown. HEX triplet: 38, 1D and 04. RGB value is (56,29,4). Sum of RGB (Red+Green+Blue) = 56+29+4=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D04 is #C7E2FB. Grayscale: #222222. Windows color (decimal): -13099772 or 269624. OLE color: 269624.

HSL color Cylindrical-coordinate representation of color #381D04: hue angle of 28.85º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381D04 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 4 -
CMYK 0 0.48 0.93 0.78
HSL 28.85º 0.87% 0.12% -
HSV(B) 28.85º 0.93% 0.22% -
XYZ 2.09 1.73 0.34 -
YUV 34.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 56 29 4 0 0.48 0.93 0.78 28.85 0.87 0.12
Hex 38 1D 4 0 30 5D 4E 1D 57 C
Octal 70 35 4 0 60 135 116 35 127 14
Binary 111000 11101 100 0 110000 1011101 1001110 11101 1010111 1100

Color Harmonies of #381D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D04

Black with #381D04

Text Example


Text Example

White with #381D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D04; }

 p { color: rgb(56,29,4); }

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

background-color css

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

 a { background-color: rgb(56,29,4); }

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

border-color css

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

 span { border-color: rgb(56,29,4); }

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