#38351A

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

Shades of Karaka #38351A

Tints of Karaka #38351A

Color information

#38351A (or 0x38351A) is unknown color: approx Karaka. HEX triplet: 38, 35 and 1A. RGB value is (56,53,26). Sum of RGB (Red+Green+Blue) = 56+53+26=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351A is #C7CAE5. Grayscale: #323232. Windows color (decimal): -13093606 or 1717560. OLE color: 1717560.

HSL color Cylindrical-coordinate representation of color #38351A: hue angle of 54º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38351A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB565326-
CMYK00.050.540.78
HSL54º36.59%16.08%-
HSV(B)54º53.57%21.96%-
XYZ3.093.461.48-
YUV50.82113.99131.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=41.48%
G=39.26%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56532600.050.540.785436.5916.08
Hex38351A05364E362510
Octal7065320566116664520
Binary111000110101110100101110110100111011011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,53,26); }

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

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

 a { background-color: rgb(56,53,26); }

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

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

 span { border-color: rgb(56,53,26); }

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