#38370E

Color #38370E Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #38370E

Tints of Karaka #38370E

Color information

#38370E (or 0x38370E) is unknown color: approx Karaka. HEX triplet: 38, 37 and 0E. RGB value is (56,55,14). Sum of RGB (Red+Green+Blue) = 56+55+14=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370E is #C7C8F1. Grayscale: #323232. Windows color (decimal): -13093106 or 931640. OLE color: 931640.

HSL color Cylindrical-coordinate representation of color #38370E: hue angle of 58.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38370E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB565514-
CMYK00.020.750.78
HSL58.57º60%13.73%-
HSV(B)58.57º75%21.96%-
XYZ3.083.60.95-
YUV50.62107.33131.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=44.8%
G=44%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56551400.020.750.7858.576013.73
Hex3837E024B4E3b3ce
Octal70671602113116737416
Binary1110001101111110010100101110011101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38370E; }

 p { color: rgb(56,55,14); }

 H1.HeaderClassName
 {
   color: #38370E;
 }
 .AnyTagClassName
 {
   color: #38370E;
 }
</style>
background-color css

<style>
 a { background-color: #38370E; }

 a { background-color: rgb(56,55,14); }

 div.DivClassName
 {
   background-color: #38370E;
 }
 .BgClassName
 {
   background-color: #38370E;
 }
</style>
border-color css

<style>
 span { border-color: #38370E; }

 span { border-color: rgb(56,55,14); }

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