#38370A

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

Shades of Karaka #38370A

Tints of Karaka #38370A

Color information

#38370A (or 0x38370A) is unknown color: approx Karaka. HEX triplet: 38, 37 and 0A. RGB value is (56,55,10). Sum of RGB (Red+Green+Blue) = 56+55+10=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370A is #C7C8F5. Grayscale: #323232. Windows color (decimal): -13093110 or 669496. OLE color: 669496.

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

Color convert

RGB565510-
CMYK00.020.820.78
HSL58.7º69.7%12.94%-
HSV(B)58.7º82.14%21.96%-
XYZ3.053.60.82-
YUV50.17105.33132.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=46.28%
G=45.45%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56551000.020.820.7858.769.712.94
Hex3837A02524E3b46d
Octal706712021221167310615
Binary11100011011110100101010010100111011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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