Html Css Color HEX #381D00 Cocoa Brown

📋 copy color: '#381D00'

red 56 ◦ green 29 ◦ blue 0

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

Shades of Cocoa Brown #381D00

Tints of Cocoa Brown #381D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.88%
G = 34.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381D00 (or 0x381D00) is known color: Cocoa Brown. HEX triplet: 38, 1D and 00. RGB value is (56,29,0). Sum of RGB (Red+Green+Blue) = 56+29+0=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D00 is #C7E2FF. Grayscale: #212121. Windows color (decimal): -13099776 or 7480. OLE color: 7480.

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

Color convert

RGB 56 29 0 -
CMYK 0 0.48 1 0.78
HSL 31.07º 1% 0.11% -
HSV(B) 31.07º 1% 0.22% -
XYZ 2.07 1.72 0.22 -
YUV 33.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 56 29 0 0 0.48 1 0.78 31.07 1 0.11
Hex 38 1D 0 0 30 64 4E 1F 64 B
Octal 70 35 0 0 60 144 116 37 144 13
Binary 111000 11101 0 0 110000 1100100 1001110 11111 1100100 1011

Color Harmonies of #381D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D00

Black with #381D00

Text Example


Text Example

White with #381D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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