Html Css Color HEX #38220F Cocoa Brown

📋 copy color: '#38220F'

red 56 ◦ green 34 ◦ blue 15

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

Shades of Cocoa Brown #38220F

Tints of Cocoa Brown #38220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 53.33%
G = 32.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38220F (or 0x38220F) is known color: Cocoa Brown. HEX triplet: 38, 22 and 0F. RGB value is (56,34,15). Sum of RGB (Red+Green+Blue) = 56+34+15=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220F is #C7DDF0. Grayscale: #262626. Windows color (decimal): -13098481 or 991800. OLE color: 991800.

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

Color convert

RGB 56 34 15 -
CMYK 0 0.39 0.73 0.78
HSL 27.8º 0.58% 0.14% -
HSV(B) 27.8º 0.73% 0.22% -
XYZ 2.29 2.02 0.72 -
YUV 38.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 56 34 15 0 0.39 0.73 0.78 27.8 0.58 0.14
Hex 38 22 F 0 27 49 4E 1C 3A E
Octal 70 42 17 0 47 111 116 34 72 16
Binary 111000 100010 1111 0 100111 1001001 1001110 11100 111010 1110

Color Harmonies of #38220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38220F

Black with #38220F

Text Example


Text Example

White with #38220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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