Html Css Color HEX #38250C Cocoa Brown

📋 copy color: '#38250C'

red 56 ◦ green 37 ◦ blue 12

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

Shades of Cocoa Brown #38250C

Tints of Cocoa Brown #38250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.24%

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 53.33%
G = 35.24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38250C (or 0x38250C) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0C. RGB value is (56,37,12). Sum of RGB (Red+Green+Blue) = 56+37+12=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250C is #C7DAF3. Grayscale: #272727. Windows color (decimal): -13097716 or 795960. OLE color: 795960.

HSL color Cylindrical-coordinate representation of color #38250C: hue angle of 34.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38250C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 12 -
CMYK 0 0.34 0.79 0.78
HSL 34.09º 0.65% 0.13% -
HSV(B) 34.09º 0.79% 0.22% -
XYZ 2.36 2.19 0.65 -
YUV 39.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 56 37 12 0 0.34 0.79 0.78 34.09 0.65 0.13
Hex 38 25 C 0 22 4F 4E 22 41 D
Octal 70 45 14 0 42 117 116 42 101 15
Binary 111000 100101 1100 0 100010 1001111 1001110 100010 1000001 1101

Color Harmonies of #38250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38250C

Black with #38250C

Text Example


Text Example

White with #38250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38250C; }

 p { color: rgb(56,37,12); }

 H1.HeaderClassName
 {
   color: #38250C;
 }
 .AnyTagClassName
 {
   color: #38250C;
 }
</style>

background-color css

<style>
 a { background-color: #38250C; }

 a { background-color: rgb(56,37,12); }

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

border-color css

<style>
 span { border-color: #38250C; }

 span { border-color: rgb(56,37,12); }

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