Html Css Color HEX #38220D Cocoa Brown

📋 copy color: '#38220D'

red 56 ◦ green 34 ◦ blue 13

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

Shades of Cocoa Brown #38220D

Tints of Cocoa Brown #38220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 54.37%
G = 33.01%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38220D (or 0x38220D) is known color: Cocoa Brown. HEX triplet: 38, 22 and 0D. RGB value is (56,34,13). Sum of RGB (Red+Green+Blue) = 56+34+13=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220D is #C7DDF2. Grayscale: #262626. Windows color (decimal): -13098483 or 860728. OLE color: 860728.

HSL color Cylindrical-coordinate representation of color #38220D: hue angle of 29.3º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38220D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 13 -
CMYK 0 0.39 0.77 0.78
HSL 29.3º 0.62% 0.14% -
HSV(B) 29.3º 0.77% 0.22% -
XYZ 2.28 2.01 0.65 -
YUV 38.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 56 34 13 0 0.39 0.77 0.78 29.3 0.62 0.14
Hex 38 22 D 0 27 4D 4E 1D 3E E
Octal 70 42 15 0 47 115 116 35 76 16
Binary 111000 100010 1101 0 100111 1001101 1001110 11101 111110 1110

Color Harmonies of #38220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38220D

Black with #38220D

Text Example


Text Example

White with #38220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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