Html Css Color HEX #381E02 Cocoa Brown

📋 copy color: '#381E02'

red 56 ◦ green 30 ◦ blue 2

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

Shades of Cocoa Brown #381E02

Tints of Cocoa Brown #381E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.09%

 BLUE value IS 2 (1.17% from 255) = 2.27%

R = 63.64%
G = 34.09%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381E02 (or 0x381E02) is known color: Cocoa Brown. HEX triplet: 38, 1E and 02. RGB value is (56,30,2). Sum of RGB (Red+Green+Blue) = 56+30+2=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E02 is #C7E1FD. Grayscale: #222222. Windows color (decimal): -13099518 or 138808. OLE color: 138808.

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

Color convert

RGB 56 30 2 -
CMYK 0 0.46 0.96 0.78
HSL 31.11º 0.93% 0.11% -
HSV(B) 31.11º 0.96% 0.22% -
XYZ 2.11 1.77 0.29 -
YUV 34.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 56 30 2 0 0.46 0.96 0.78 31.11 0.93 0.11
Hex 38 1E 2 0 2E 60 4E 1F 5D B
Octal 70 36 2 0 56 140 116 37 135 13
Binary 111000 11110 10 0 101110 1100000 1001110 11111 1011101 1011

Color Harmonies of #381E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E02

Black with #381E02

Text Example


Text Example

White with #381E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,2); }

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

background-color css

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

 a { background-color: rgb(56,30,2); }

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

border-color css

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

 span { border-color: rgb(56,30,2); }

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