Html Css Color HEX #38261A Cocoa Brown

📋 copy color: '#38261A'

red 56 ◦ green 38 ◦ blue 26

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

Shades of Cocoa Brown #38261A

Tints of Cocoa Brown #38261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 46.67%
G = 31.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38261A (or 0x38261A) is known color: Cocoa Brown. HEX triplet: 38, 26 and 1A. RGB value is (56,38,26). Sum of RGB (Red+Green+Blue) = 56+38+26=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261A is #C7D9E5. Grayscale: #2A2A2A. Windows color (decimal): -13097446 or 1713720. OLE color: 1713720.

HSL color Cylindrical-coordinate representation of color #38261A: hue angle of 24º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38261A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 26 -
CMYK 0 0.32 0.54 0.78
HSL 24º 0.37% 0.16% -
HSV(B) 24º 0.54% 0.22% -
XYZ 2.51 2.3 1.29 -
YUV 42.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 56 38 26 0 0.32 0.54 0.78 24 0.37 0.16
Hex 38 26 1A 0 20 36 4E 18 25 10
Octal 70 46 32 0 40 66 116 30 45 20
Binary 111000 100110 11010 0 100000 110110 1001110 11000 100101 10000

Color Harmonies of #38261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38261A

Black with #38261A

Text Example


Text Example

White with #38261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38261A; }

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

 H1.HeaderClassName
 {
   color: #38261A;
 }
 .AnyTagClassName
 {
   color: #38261A;
 }
</style>

background-color css

<style>
 a { background-color: #38261A; }

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

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

border-color css

<style>
 span { border-color: #38261A; }

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

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