Html Css Color HEX #38200E Cocoa Brown

📋 copy color: '#38200E'

red 56 ◦ green 32 ◦ blue 14

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

Shades of Cocoa Brown #38200E

Tints of Cocoa Brown #38200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

 BLUE value IS 14 (5.86% from 255) = 13.73%

R = 54.9%
G = 31.37%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38200E (or 0x38200E) is known color: Cocoa Brown. HEX triplet: 38, 20 and 0E. RGB value is (56,32,14). Sum of RGB (Red+Green+Blue) = 56+32+14=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38200E is #C7DFF1. Grayscale: #252525. Windows color (decimal): -13098994 or 925752. OLE color: 925752.

HSL color Cylindrical-coordinate representation of color #38200E: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38200E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 14 -
CMYK 0 0.43 0.75 0.78
HSL 25.71º 0.6% 0.14% -
HSV(B) 25.71º 0.75% 0.22% -
XYZ 2.23 1.91 0.67 -
YUV 37.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 56 32 14 0 0.43 0.75 0.78 25.71 0.6 0.14
Hex 38 20 E 0 2B 4B 4E 1A 3C E
Octal 70 40 16 0 53 113 116 32 74 16
Binary 111000 100000 1110 0 101011 1001011 1001110 11010 111100 1110

Color Harmonies of #38200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38200E

Black with #38200E

Text Example


Text Example

White with #38200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38200E; }

 p { color: rgb(56,32,14); }

 H1.HeaderClassName
 {
   color: #38200E;
 }
 .AnyTagClassName
 {
   color: #38200E;
 }
</style>

background-color css

<style>
 a { background-color: #38200E; }

 a { background-color: rgb(56,32,14); }

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

border-color css

<style>
 span { border-color: #38200E; }

 span { border-color: rgb(56,32,14); }

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