Html Css Color HEX #381D05 Cocoa Brown

📋 copy color: '#381D05'

red 56 ◦ green 29 ◦ blue 5

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

Shades of Cocoa Brown #381D05

Tints of Cocoa Brown #381D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.56%

R = 62.22%
G = 32.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#381D05 (or 0x381D05) is known color: Cocoa Brown. HEX triplet: 38, 1D and 05. RGB value is (56,29,5). Sum of RGB (Red+Green+Blue) = 56+29+5=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D05 is #C7E2FA. Grayscale: #222222. Windows color (decimal): -13099771 or 335160. OLE color: 335160.

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

Color convert

RGB 56 29 5 -
CMYK 0 0.48 0.91 0.78
HSL 28.24º 0.84% 0.12% -
HSV(B) 28.24º 0.91% 0.22% -
XYZ 2.1 1.73 0.37 -
YUV 34.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 56 29 5 0 0.48 0.91 0.78 28.24 0.84 0.12
Hex 38 1D 5 0 30 5B 4E 1C 54 C
Octal 70 35 5 0 60 133 116 34 124 14
Binary 111000 11101 101 0 110000 1011011 1001110 11100 1010100 1100

Color Harmonies of #381D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D05

Black with #381D05

Text Example


Text Example

White with #381D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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