#383510

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

Shades of Karaka #383510

Tints of Karaka #383510

Color information

#383510 (or 0x383510) is unknown color: approx Karaka. HEX triplet: 38, 35 and 10. RGB value is (56,53,16). Sum of RGB (Red+Green+Blue) = 56+53+16=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383510 is #C7CAEF. Grayscale: #313131. Windows color (decimal): -13093616 or 1062200. OLE color: 1062200.

HSL color Cylindrical-coordinate representation of color #383510: hue angle of 55.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383510 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB565316-
CMYK00.050.710.78
HSL55.5º55.56%14.12%-
HSV(B)55.5º71.43%21.96%-
XYZ33.420.99-
YUV49.68108.99132.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=44.8%
G=42.4%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531600.050.710.7855.555.5614.12
Hex38351005474E3838e
Octal70652005107116707016
Binary111000110101100000101100011110011101110001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383510; }

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

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

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

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

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

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

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

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