Html Css Color HEX #38260E Cocoa Brown

📋 copy color: '#38260E'

red 56 ◦ green 38 ◦ blue 14

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

Shades of Cocoa Brown #38260E

Tints of Cocoa Brown #38260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

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

R = 51.85%
G = 35.19%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38260E (or 0x38260E) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0E. RGB value is (56,38,14). Sum of RGB (Red+Green+Blue) = 56+38+14=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260E is #C7D9F1. Grayscale: #282828. Windows color (decimal): -13097458 or 927288. OLE color: 927288.

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

Color convert

RGB 56 38 14 -
CMYK 0 0.32 0.75 0.78
HSL 34.29º 0.6% 0.14% -
HSV(B) 34.29º 0.75% 0.22% -
XYZ 2.4 2.26 0.72 -
YUV 40.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 56 38 14 0 0.32 0.75 0.78 34.29 0.6 0.14
Hex 38 26 E 0 20 4B 4E 22 3C E
Octal 70 46 16 0 40 113 116 42 74 16
Binary 111000 100110 1110 0 100000 1001011 1001110 100010 111100 1110

Color Harmonies of #38260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38260E

Black with #38260E

Text Example


Text Example

White with #38260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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