Html Css Color HEX #38270F Cocoa Brown

📋 copy color: '#38270F'

red 56 ◦ green 39 ◦ blue 15

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

Shades of Cocoa Brown #38270F

Tints of Cocoa Brown #38270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.45%

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

R = 50.91%
G = 35.45%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38270F (or 0x38270F) is known color: Cocoa Brown. HEX triplet: 38, 27 and 0F. RGB value is (56,39,15). Sum of RGB (Red+Green+Blue) = 56+39+15=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270F is #C7D8F0. Grayscale: #292929. Windows color (decimal): -13097201 or 993080. OLE color: 993080.

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

Color convert

RGB 56 39 15 -
CMYK 0 0.30 0.73 0.78
HSL 35.12º 0.58% 0.14% -
HSV(B) 35.12º 0.73% 0.22% -
XYZ 2.44 2.33 0.77 -
YUV 41.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 56 39 15 0 0.30 0.73 0.78 35.12 0.58 0.14
Hex 38 27 F 0 1E 49 4E 23 3A E
Octal 70 47 17 0 36 111 116 43 72 16
Binary 111000 100111 1111 0 11110 1001001 1001110 100011 111010 1110

Color Harmonies of #38270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38270F

Black with #38270F

Text Example


Text Example

White with #38270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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