Html Css Color HEX #38260A Cocoa Brown

📋 copy color: '#38260A'

red 56 ◦ green 38 ◦ blue 10

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

Shades of Cocoa Brown #38260A

Tints of Cocoa Brown #38260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 53.85%
G = 36.54%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38260A (or 0x38260A) is known color: Cocoa Brown. HEX triplet: 38, 26 and 0A. RGB value is (56,38,10). Sum of RGB (Red+Green+Blue) = 56+38+10=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260A is #C7D9F5. Grayscale: #282828. Windows color (decimal): -13097462 or 665144. OLE color: 665144.

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

Color convert

RGB 56 38 10 -
CMYK 0 0.32 0.82 0.78
HSL 36.52º 0.7% 0.13% -
HSV(B) 36.52º 0.82% 0.22% -
XYZ 2.38 2.25 0.6 -
YUV 40.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 56 38 10 0 0.32 0.82 0.78 36.52 0.7 0.13
Hex 38 26 A 0 20 52 4E 25 46 D
Octal 70 46 12 0 40 122 116 45 106 15
Binary 111000 100110 1010 0 100000 1010010 1001110 100101 1000110 1101

Color Harmonies of #38260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38260A

Black with #38260A

Text Example


Text Example

White with #38260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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