Html Css Color HEX #381C04 Cocoa Brown

📋 copy color: '#381C04'

red 56 ◦ green 28 ◦ blue 4

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

Shades of Cocoa Brown #381C04

Tints of Cocoa Brown #381C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

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

R = 63.64%
G = 31.82%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#381C04 (or 0x381C04) is known color: Cocoa Brown. HEX triplet: 38, 1C and 04. RGB value is (56,28,4). Sum of RGB (Red+Green+Blue) = 56+28+4=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C04 is #C7E3FB. Grayscale: #212121. Windows color (decimal): -13100028 or 269368. OLE color: 269368.

HSL color Cylindrical-coordinate representation of color #381C04: hue angle of 27.69º 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 #381C04 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 4 -
CMYK 0 0.50 0.93 0.78
HSL 27.69º 0.87% 0.12% -
HSV(B) 27.69º 0.93% 0.22% -
XYZ 2.07 1.68 0.33 -
YUV 33.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 56 28 4 0 0.50 0.93 0.78 27.69 0.87 0.12
Hex 38 1C 4 0 32 5D 4E 1C 57 C
Octal 70 34 4 0 62 135 116 34 127 14
Binary 111000 11100 100 0 110010 1011101 1001110 11100 1010111 1100

Color Harmonies of #381C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C04

Black with #381C04

Text Example


Text Example

White with #381C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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