Html Css Color HEX #38240F Cocoa Brown

📋 copy color: '#38240F'

red 56 ◦ green 36 ◦ blue 15

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

Shades of Cocoa Brown #38240F

Tints of Cocoa Brown #38240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

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

R = 52.34%
G = 33.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38240F (or 0x38240F) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0F. RGB value is (56,36,15). Sum of RGB (Red+Green+Blue) = 56+36+15=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240F is #C7DBF0. Grayscale: #272727. Windows color (decimal): -13097969 or 992312. OLE color: 992312.

HSL color Cylindrical-coordinate representation of color #38240F: hue angle of 30.73º 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 #38240F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 15 -
CMYK 0 0.36 0.73 0.78
HSL 30.73º 0.58% 0.14% -
HSV(B) 30.73º 0.73% 0.22% -
XYZ 2.35 2.14 0.74 -
YUV 39.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 56 36 15 0 0.36 0.73 0.78 30.73 0.58 0.14
Hex 38 24 F 0 24 49 4E 1F 3A E
Octal 70 44 17 0 44 111 116 37 72 16
Binary 111000 100100 1111 0 100100 1001001 1001110 11111 111010 1110

Color Harmonies of #38240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38240F

Black with #38240F

Text Example


Text Example

White with #38240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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