Html Css Color HEX #38240B Cocoa Brown

📋 copy color: '#38240B'

red 56 ◦ green 36 ◦ blue 11

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

Shades of Cocoa Brown #38240B

Tints of Cocoa Brown #38240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 54.37%
G = 34.95%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38240B (or 0x38240B) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0B. RGB value is (56,36,11). Sum of RGB (Red+Green+Blue) = 56+36+11=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240B is #C7DBF4. Grayscale: #272727. Windows color (decimal): -13097973 or 730168. OLE color: 730168.

HSL color Cylindrical-coordinate representation of color #38240B: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38240B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 11 -
CMYK 0 0.36 0.80 0.78
HSL 33.33º 0.67% 0.13% -
HSV(B) 33.33º 0.8% 0.22% -
XYZ 2.32 2.13 0.6 -
YUV 39.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 56 36 11 0 0.36 0.80 0.78 33.33 0.67 0.13
Hex 38 24 B 0 24 50 4E 21 43 D
Octal 70 44 13 0 44 120 116 41 103 15
Binary 111000 100100 1011 0 100100 1010000 1001110 100001 1000011 1101

Color Harmonies of #38240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38240B

Black with #38240B

Text Example


Text Example

White with #38240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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