#383506

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

Shades of Karaka #383506

Tints of Karaka #383506

Color information

#383506 (or 0x383506) is unknown color: approx Karaka. HEX triplet: 38, 35 and 06. RGB value is (56,53,6). Sum of RGB (Red+Green+Blue) = 56+53+6=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #383506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383506 is #C7CAF9. Grayscale: #303030. Windows color (decimal): -13093626 or 406840. OLE color: 406840.

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

Color convert

RGB56536-
CMYK00.050.890.78
HSL56.4º80.65%12.16%-
HSV(B)56.4º89.29%21.96%-
XYZ2.943.40.67-
YUV48.54103.99133.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=48.70%
G=46.09%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653600.050.890.7856.480.6512.16
Hex3835605594E3851c
Octal70656051311167012114
Binary11100011010111001011011001100111011100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383506; }

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

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

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

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

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

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

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

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