Html Css Color HEX #38220E Cocoa Brown

📋 copy color: '#38220E'

red 56 ◦ green 34 ◦ blue 14

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

Shades of Cocoa Brown #38220E

Tints of Cocoa Brown #38220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.69%

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

R = 53.85%
G = 32.69%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38220E (or 0x38220E) is known color: Cocoa Brown. HEX triplet: 38, 22 and 0E. RGB value is (56,34,14). Sum of RGB (Red+Green+Blue) = 56+34+14=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220E is #C7DDF1. Grayscale: #262626. Windows color (decimal): -13098482 or 926264. OLE color: 926264.

HSL color Cylindrical-coordinate representation of color #38220E: hue angle of 28.57º 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 #38220E is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 14 -
CMYK 0 0.39 0.75 0.78
HSL 28.57º 0.6% 0.14% -
HSV(B) 28.57º 0.75% 0.22% -
XYZ 2.28 2.02 0.68 -
YUV 38.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 56 34 14 0 0.39 0.75 0.78 28.57 0.6 0.14
Hex 38 22 E 0 27 4B 4E 1D 3C E
Octal 70 42 16 0 47 113 116 35 74 16
Binary 111000 100010 1110 0 100111 1001011 1001110 11101 111100 1110

Color Harmonies of #38220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38220E

Black with #38220E

Text Example


Text Example

White with #38220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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